NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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 NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe int[] GetGraphIndices ()
 Gets the graph index vector More...
 
unsafe void SetGraphIndices (int[] graphIndices)
 Sets the graph index vector. More...
 
- Public Member Functions inherited from NXOpen.CAE.Xyplot.DataExportParameters
unsafe void GetPlots (out NXOpen.CAE.Xyplot.Plot[] plots)
 Gets the plots which data is to be exported More...
 
unsafe int[] GetRecordIndices ()
 Gets the data index vector of the plot. More...
 
unsafe void SetPlots (NXOpen.CAE.Xyplot.Plot[] plots)
 Sets the plots which data is to be exported More...
 
unsafe void SetRecordIndices (int[] plotDataIndices)
 Sets the plot data index vector More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.CAE.Xyplot.DataExportParameters
override void FreeResource ()
 Destroys the object More...
 
- Properties inherited from NXOpen.CAE.Xyplot.DataExportParameters
unsafe NXOpen.CAE.Xyplot.Plot Plot [get, set]
 Returns or sets the plot which is being exported. 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

unsafe int [] NXOpen.CAE.Xyplot.DisplayDataExportParameters.GetGraphIndices ( )
inline

Gets the graph index vector

Created in NX1847.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.Xyplot.DisplayDataExportParameters.SetGraphIndices ( int[]  graphIndices)
inline

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
graphIndices

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