NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | Properties | 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.Utilities.NXRemotableObject IDisposable IMessageSink NXOpen.CAE.Xyplot.DisplayDataExportParameters NXOpen.CAE.Xyplot.SourceDataExportParameters

Public Member Functions

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...
 

Protected Member Functions

override void FreeResource ()
 Destroys the object More...
 

Properties

unsafe NXOpen.CAE.Xyplot.Plot Plot [get, set]
 Returns or sets the plot which is being exported. More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

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

This is an abstract class

Created in NX1847.0.0

Member Function Documentation

override void NXOpen.CAE.Xyplot.DataExportParameters.FreeResource ( )
inlineprotectedvirtual

Destroys the object

Created in NX1847.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.CAE.Xyplot.DataExportParameters.GetPlots ( out NXOpen.CAE.Xyplot.Plot[]  plots)
inline

Gets the plots which data is to be exported

Created in NX1899.0.0

License requirements: None.

Parameters
plots
unsafe int [] NXOpen.CAE.Xyplot.DataExportParameters.GetRecordIndices ( )
inline

Gets the data index vector of the plot.

Created in NX1847.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.Xyplot.DataExportParameters.SetPlots ( NXOpen.CAE.Xyplot.Plot[]  plots)
inline

Sets the plots which data is to be exported

Created in NX1899.0.0

License requirements: None.

Parameters
plots
unsafe void NXOpen.CAE.Xyplot.DataExportParameters.SetRecordIndices ( int[]  plotDataIndices)
inline

Sets the plot data index vector

Created in NX1847.0.0

License requirements: None.

Parameters
plotDataIndices

Property Documentation

unsafe NXOpen.CAE.Xyplot.Plot NXOpen.CAE.Xyplot.DataExportParameters.Plot
getset

Returns or sets the plot which is being exported.

Uses this method when all exported data are in same plot, otherwise uses method CAE.Xyplot.DataExportParameters.GetPlots

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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