Class CustomGroupCollection
Inheritance
CustomGroupCollection
Assembly: NXOpen.dll
Syntax
public class CustomGroupCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CustomGroupCollection()
Declaration
protected CustomGroupCollection()
CustomGroupCollection(MotionManager)
Declaration
protected CustomGroupCollection(MotionManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateCustomGroup()
Declaration
public CustomGroup CreateCustomGroup()
Returns
DeleteAllCustomGroups()
Declaration
public void DeleteAllCustomGroups()
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public CustomGroup FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public CustomGroup[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink