Class DataExportParameters
Inheritance
DataExportParameters
Assembly: NXOpen.dll
Syntax
public class DataExportParameters : TransientObject, IMessageSink, IDisposable
Constructors
DataExportParameters(nint)
Declaration
protected DataExportParameters(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Plot
Declaration
public Plot Plot { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetPlots(out Plot[])
Declaration
public void GetPlots(out Plot[] plots)
Parameters
Type |
Name |
Description |
Plot[] |
plots |
|
GetRecordIndices()
Declaration
public int[] GetRecordIndices()
Returns
SetPlots(Plot[])
Declaration
public void SetPlots(Plot[] plots)
Parameters
Type |
Name |
Description |
Plot[] |
plots |
|
SetRecordIndices(int[])
Declaration
public void SetRecordIndices(int[] plotDataIndices)
Parameters
Type |
Name |
Description |
int[] |
plotDataIndices |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink