Class SourceDataExportParameters
Inheritance
SourceDataExportParameters
Assembly: NXOpen.dll
Syntax
public class SourceDataExportParameters : DataExportParameters, IMessageSink, IDisposable
Constructors
SourceDataExportParameters(nint)
Declaration
protected SourceDataExportParameters(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
ComplexDataSaveSetting
Declaration
public SourceDataExportParameters.ComplextDataSaveOption ComplexDataSaveSetting { get; set; }
Property Value
Methods
GetSectionDataIndices()
Declaration
public int[] GetSectionDataIndices()
Returns
SetSectionDataIndices(int[])
Declaration
public void SetSectionDataIndices(int[] sectionDataIndices)
Parameters
Type |
Name |
Description |
int[] |
sectionDataIndices |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink