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