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

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

Inheritance diagram for NXOpen::CAE::FTK::IApplicationData:
NXOpen::CAE::SignalProcessingPlotData NXOpen::Motion::GraphLegendData

Public Member Functions

virtual NXString AskNthDisplayableAttributeName (int nth)=0
 Asks the name of a displayable attribute. More...
 
virtual NXString AskNthDisplayableAttributeValue (int nth)=0
 Asks the value of a displayable attribute. More...
 
virtual int AskNumberOfDisplayableAttributes ()=0
 Asks the count of attributes which could be showed on legend table. More...
 

Detailed Description

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


Member Function Documentation

virtual NXString NXOpen::CAE::FTK::IApplicationData::AskNthDisplayableAttributeName ( int  nth)
pure virtual

Asks the name of a displayable attribute.

Returns

Created in NX12.0.0.

License requirements : None
Parameters
nthnth

Implemented in NXOpen::CAE::SignalProcessingPlotData, and NXOpen::Motion::GraphLegendData.

virtual NXString NXOpen::CAE::FTK::IApplicationData::AskNthDisplayableAttributeValue ( int  nth)
pure virtual

Asks the value of a displayable attribute.

Returns

Created in NX12.0.0.

License requirements : None
Parameters
nthnth

Implemented in NXOpen::CAE::SignalProcessingPlotData, and NXOpen::Motion::GraphLegendData.

virtual int NXOpen::CAE::FTK::IApplicationData::AskNumberOfDisplayableAttributes ( )
pure virtual

Asks the count of attributes which could be showed on legend table.

Returns

Created in NX12.0.0.

License requirements : None

Implemented in NXOpen::CAE::SignalProcessingPlotData, and NXOpen::Motion::GraphLegendData.


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