NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::Xyplot::DataExportParameters Class Reference

Represents the parameters passed to export the data of a plot. More...

Inheritance diagram for NXOpen::CAE::Xyplot::DataExportParameters:
NXOpen::TransientObject NXOpen::CAE::Xyplot::DisplayDataExportParameters NXOpen::CAE::Xyplot::SourceDataExportParameters

Public Member Functions

std::vector< int > GetRecordIndices ()
 Gets the data index vector of the plot. More...
 
NXOpen::CAE::Xyplot::PlotPlot ()
 Returns the plot which is being exported
Created in NX1847.0.0. More...
 
void SetPlot (NXOpen::CAE::Xyplot::Plot *plot)
 Sets the plot which is being exported
Created in NX1847.0.0. More...
 
void SetRecordIndices (const std::vector< int > &plotDataIndices)
 Sets the plot data index vector
Created in NX1847.0.0. More...
 
virtual ~DataExportParameters ()
 Destroys the object
Created in NX1847.0.0. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents the parameters passed to export the data of a plot.


This is an abstract class

Created in NX1847.0.0.

Constructor & Destructor Documentation

virtual NXOpen::CAE::Xyplot::DataExportParameters::~DataExportParameters ( )
virtual

Destroys the object
Created in NX1847.0.0.



License requirements : None

Member Function Documentation

std::vector<int> NXOpen::CAE::Xyplot::DataExportParameters::GetRecordIndices ( )

Gets the data index vector of the plot.


Created in NX1847.0.0.

License requirements : None

NXOpen::CAE::Xyplot::Plot* NXOpen::CAE::Xyplot::DataExportParameters::Plot ( )

Returns the plot which is being exported
Created in NX1847.0.0.



License requirements : None

void NXOpen::CAE::Xyplot::DataExportParameters::SetPlot ( NXOpen::CAE::Xyplot::Plot plot)

Sets the plot which is being exported
Created in NX1847.0.0.



License requirements : None

Parameters
plotplot
void NXOpen::CAE::Xyplot::DataExportParameters::SetRecordIndices ( const std::vector< int > &  plotDataIndices)

Sets the plot data index vector
Created in NX1847.0.0.



License requirements : None

Parameters
plotDataIndicesplotdataindices

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