Class ComponentGroupCollection
Inheritance
ComponentGroupCollection
Assembly: NXOpen.dll
Syntax
public class ComponentGroupCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ComponentGroupCollection()
Declaration
protected ComponentGroupCollection()
ComponentGroupCollection(Part)
Declaration
protected ComponentGroupCollection(Part owner)
Parameters
Type |
Name |
Description |
Part |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CreateComponentGroup(string)
Declaration
public ComponentGroup CreateComponentGroup(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
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 ComponentGroup FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public ComponentGroup[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink