NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.Xyplot.DataExporter Class Reference

XYPlot exporter function handler More...

Inheritance diagram for NXOpen.CAE.Xyplot.DataExporter:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void ExportToFiles (NXOpen.CAE.Xyplot.DataExportParameters exportDataParam, NXOpen.CAE.FTK.ExportFilesParameter exportFilesParam)
 Exports the data with given parameter settings to files. More...
 
unsafe void ExportToTableField (NXOpen.CAE.Xyplot.DataExportParameters exportParam, string[] customFieldNames, out NXOpen.Fields.FieldTable[] tables)
 Exports data with given parameter settings to table field. More...
 
unsafe
NXOpen.CAE.Xyplot.DisplayDataExportParameters 
NewDisplayDataExportParameters ()
 Creates an object NXOpen.CAE.Xyplot.DisplayDataExportParameters to contain the settings when exporting display data. More...
 
unsafe
NXOpen.CAE.FTK.ExportFilesParameter 
NewExportFilesParameters ()
 Creates an object NXOpen.CAE.FTK.ExportFilesParameter to contain the settings when exporting data. More...
 
unsafe
NXOpen.CAE.Xyplot.SourceDataExportParameters 
NewSourceDataExportParameters ()
 Creates an object NXOpen.CAE.Xyplot.SourceDataExportParameters to contain the settings when exporting source data. 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...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

XYPlot exporter function handler

To obtain an instance of this class use NXOpen.CAE.Xyplot.XYPlotManager.DataExporter .

Created in NX1847.0.0

Member Function Documentation

unsafe void NXOpen.CAE.Xyplot.DataExporter.ExportToFiles ( NXOpen.CAE.Xyplot.DataExportParameters  exportDataParam,
NXOpen.CAE.FTK.ExportFilesParameter  exportFilesParam 
)
inline

Exports the data with given parameter settings to files.

The data will be printed to listing window when no file is specified in NXOpen.CAE.FTK.ExportFilesParameter .

Created in NX1847.0.0

License requirements: None.

Parameters
exportDataParam
exportFilesParam
unsafe void NXOpen.CAE.Xyplot.DataExporter.ExportToTableField ( NXOpen.CAE.Xyplot.DataExportParameters  exportParam,
string[]  customFieldNames,
out NXOpen.Fields.FieldTable[]  tables 
)
inline

Exports data with given parameter settings to table field.

Field names can be specified optionally. If not specified, the field name will be set with default record name. This does not support for BarChart and Matrix Plot.

Created in NX1847.0.0

License requirements: None.

Parameters
exportParam
customFieldNames
tables
unsafe NXOpen.CAE.Xyplot.DisplayDataExportParameters NXOpen.CAE.Xyplot.DataExporter.NewDisplayDataExportParameters ( )
inline

Creates an object NXOpen.CAE.Xyplot.DisplayDataExportParameters to contain the settings when exporting display data.

The object needs to be destroyed after excuting exporting data. The display data means the current data displayed on the view excluding zoom status, show/hide status, display style(line, bar, scatter etc.).

Created in NX1847.0.0

License requirements: None.

Returns
unsafe NXOpen.CAE.FTK.ExportFilesParameter NXOpen.CAE.Xyplot.DataExporter.NewExportFilesParameters ( )
inline

Creates an object NXOpen.CAE.FTK.ExportFilesParameter to contain the settings when exporting data.

The object needs to be destroyed after excuting exporting data.

Created in NX1847.0.0

License requirements: None.

Returns
unsafe NXOpen.CAE.Xyplot.SourceDataExportParameters NXOpen.CAE.Xyplot.DataExporter.NewSourceDataExportParameters ( )
inline

Creates an object NXOpen.CAE.Xyplot.SourceDataExportParameters to contain the settings when exporting source data.

This object needs to be destroyed after excuting exporting data.

Created in NX1847.0.0

License requirements: None.

Returns

Property Documentation

Tag NXOpen.CAE.Xyplot.DataExporter.Tag
get

Returns the tag of this object.


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