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