Class DataExportParameters
Inheritance
System.Object
System.MarshalByRefObject
DataExportParameters
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 DataExportParameters : TransientObject, IMessageSink, IDisposable
Constructors
DataExportParameters(IntPtr)
Declaration
protected DataExportParameters(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
Plot
Declaration
public Plot Plot { get; set; }
Property Value
Type | Description |
---|---|
Plot |
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
Type | Description |
---|---|
System.Int32[] |
SetPlots(Plot[])
Declaration
public void SetPlots(Plot[] plots)
Parameters
Type | Name | Description |
---|---|---|
Plot[] | plots |
SetRecordIndices(Int32[])
Declaration
public void SetRecordIndices(int[] plotDataIndices)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | plotDataIndices |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable