NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::FTK::IApplicationDataOwner Class Referenceabstract

Represents the interface for application specific data owner
Created in NX12.0.0. More...

Inheritance diagram for NXOpen::CAE::FTK::IApplicationDataOwner:
NXOpen::CAE::FTK::ArrayRecord2D NXOpen::CAE::FTK::SectionBasedMatrixRecord NXOpen::CAE::FTK::ArrayRecord2DEven NXOpen::CAE::FTK::ArrayRecord3D NXOpen::CAE::FTK::ComplexSectionBasedMatrixRecord NXOpen::CAE::FTK::RealSectionBasedMatrixRecord

Public Member Functions

virtual
NXOpen::CAE::FTK::IApplicationData
GetApplicationData ()=0
 Gets the application specific data associated with the record. More...
 
virtual void SetApplicationData (NXOpen::CAE::FTK::IApplicationData *applicationData)=0
 Sets the application specific data to the record
Created in NX12.0.0. More...
 

Detailed Description

Represents the interface for application specific data owner
Created in NX12.0.0.


Member Function Documentation

virtual NXOpen::CAE::FTK::IApplicationData* NXOpen::CAE::FTK::IApplicationDataOwner::GetApplicationData ( )
pure virtual

Gets the application specific data associated with the record.

Returns

Created in NX12.0.0.

License requirements : None

Implemented in NXOpen::CAE::FTK::ArrayRecord2D, and NXOpen::CAE::FTK::SectionBasedMatrixRecord.

virtual void NXOpen::CAE::FTK::IApplicationDataOwner::SetApplicationData ( NXOpen::CAE::FTK::IApplicationData applicationData)
pure virtual

Sets the application specific data to the record
Created in NX12.0.0.



License requirements : None

Parameters
applicationDataapplicationdata

Implemented in NXOpen::CAE::FTK::ArrayRecord2D, and NXOpen::CAE::FTK::SectionBasedMatrixRecord.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.