Class CustomDoubleArrayAttribute
Inheritance
System.Object
System.MarshalByRefObject
CustomDoubleArrayAttribute
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.Features
Assembly: NXOpen.dll
Syntax
public class CustomDoubleArrayAttribute : CustomAttribute, IMessageSink, IDisposable
Constructors
CustomDoubleArrayAttribute(IntPtr)
Declaration
protected CustomDoubleArrayAttribute(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
GetValues()
Declaration
public double[] GetValues()
Returns
Type | Description |
---|---|
System.Double[] |
SetValues(Double[])
Declaration
public void SetValues(double[] doubleValues)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | doubleValues |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable