Class CustomDoubleArrayAttribute
Inheritance
CustomDoubleArrayAttribute
Assembly: NXOpen.dll
Syntax
public class CustomDoubleArrayAttribute : CustomAttribute, IMessageSink, IDisposable
Constructors
CustomDoubleArrayAttribute(nint)
Declaration
protected CustomDoubleArrayAttribute(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Methods
GetValues()
Declaration
public double[] GetValues()
Returns
SetValues(double[])
Declaration
public void SetValues(double[] doubleValues)
Parameters
Type |
Name |
Description |
double[] |
doubleValues |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink