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