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

Represents the parameter settings for export display data. More...

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

Public Member Functions

std::vector< int > GetGraphIndices ()
 Gets the graph index vector
Created in NX1847.0.0. More...
 
void SetGraphIndices (const std::vector< int > &graphIndices)
 Sets the graph index vector. More...
 
- Public Member Functions inherited from NXOpen::CAE::Xyplot::DataExportParameters
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 parameter settings for export display data.


To create a new instance of this class, use NXOpen::CAE::Xyplot::DataExporter::NewDisplayDataExportParameters

Created in NX1847.0.0.

Member Function Documentation

std::vector<int> NXOpen::CAE::Xyplot::DisplayDataExportParameters::GetGraphIndices ( )

Gets the graph index vector
Created in NX1847.0.0.



License requirements : None

void NXOpen::CAE::Xyplot::DisplayDataExportParameters::SetGraphIndices ( const std::vector< int > &  graphIndices)

Sets the graph index vector.

The count of graph indices must be same to record indices.
Created in NX1847.0.0.

License requirements : None

Parameters
graphIndicesgraphindices

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