Class CustomAttributeCollection
Inheritance
CustomAttributeCollection
Assembly: NXOpen.dll
Syntax
public class CustomAttributeCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CustomAttributeCollection()
Declaration
protected CustomAttributeCollection()
CustomAttributeCollection(FeatureCollection)
Declaration
protected CustomAttributeCollection(FeatureCollection owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateCustomDoubleArrayAttribute(string, Property[])
Declaration
public CustomDoubleArrayAttribute CreateCustomDoubleArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomDoubleAttribute(string, Property[])
Declaration
public CustomDoubleAttribute CreateCustomDoubleAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomExpressionArrayAttribute(string, Property[])
Declaration
public CustomExpressionArrayAttribute CreateCustomExpressionArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomExpressionAttribute(string, Property[])
Declaration
public CustomExpressionAttribute CreateCustomExpressionAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomIntegerArrayAttribute(string, Property[])
Declaration
public CustomIntegerArrayAttribute CreateCustomIntegerArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomIntegerAttribute(string, Property[])
Declaration
public CustomIntegerAttribute CreateCustomIntegerAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomLogicalArrayAttribute(string, Property[])
Declaration
public CustomLogicalArrayAttribute CreateCustomLogicalArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomLogicalAttribute(string, Property[])
Declaration
public CustomLogicalAttribute CreateCustomLogicalAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomStringArrayAttribute(string, Property[])
Declaration
public CustomStringArrayAttribute CreateCustomStringArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomStringAttribute(string, Property[])
Declaration
public CustomStringAttribute CreateCustomStringAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomTagArrayAttribute(string, Property[])
Declaration
public CustomTagArrayAttribute CreateCustomTagArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
Returns
CreateCustomTagAttribute(string, Property[])
Declaration
public CustomTagAttribute CreateCustomTagAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Property[] |
attributeProperties |
|
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
ToArray()
Declaration
public Feature[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink