Class DisplayDataExportParameters
Inheritance
System.Object
System.MarshalByRefObject
DisplayDataExportParameters
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 DisplayDataExportParameters : DataExportParameters, IMessageSink, IDisposable
Constructors
DisplayDataExportParameters(IntPtr)
Declaration
protected DisplayDataExportParameters(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
GetGraphIndices()
Declaration
public int[] GetGraphIndices()
Returns
Type | Description |
---|---|
System.Int32[] |
SetGraphIndices(Int32[])
Declaration
public void SetGraphIndices(int[] graphIndices)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | graphIndices |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable