Class StateCollection
Inheritance
StateCollection
Assembly: NXOpen.dll
Syntax
public class StateCollection : TransientObject, IMessageSink, IDisposable
Constructors
StateCollection(nint)
Declaration
protected StateCollection(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetState(int)
Declaration
public State GetState(int layer)
Parameters
Type |
Name |
Description |
int |
layer |
|
Returns
SetState(int, State)
Declaration
public void SetState(int layer, State state)
Parameters
Type |
Name |
Description |
int |
layer |
|
State |
state |
|
SetStateOfCategory(Category, State)
Declaration
public void SetStateOfCategory(Category category, State state)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink