Class SourceDataExportParameters
Inheritance
System.Object
System.MarshalByRefObject
SourceDataExportParameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.Xyplot
Assembly: NXOpen.dll
Syntax
public class SourceDataExportParameters : DataExportParameters, IMessageSink, IDisposable
Constructors
SourceDataExportParameters(IntPtr)
Declaration
protected SourceDataExportParameters(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
ComplexDataSaveSetting
Declaration
public SourceDataExportParameters.ComplextDataSaveOption ComplexDataSaveSetting { get; set; }
Property Value
Type | Description |
---|---|
SourceDataExportParameters.ComplextDataSaveOption |
Methods
GetSectionDataIndices()
Declaration
public int[] GetSectionDataIndices()
Returns
Type | Description |
---|---|
System.Int32[] |
SetSectionDataIndices(Int32[])
Declaration
public void SetSectionDataIndices(int[] sectionDataIndices)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | sectionDataIndices |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable