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