Class CustomAttributeCollection
Inheritance
System.Object
System.MarshalByRefObject
CustomAttributeCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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, CustomAttribute.Property[])
Declaration
public CustomDoubleArrayAttribute CreateCustomDoubleArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomDoubleAttribute(String, CustomAttribute.Property[])
Declaration
public CustomDoubleAttribute CreateCustomDoubleAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomExpressionArrayAttribute(String, CustomAttribute.Property[])
Declaration
public CustomExpressionArrayAttribute CreateCustomExpressionArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomExpressionAttribute(String, CustomAttribute.Property[])
Declaration
public CustomExpressionAttribute CreateCustomExpressionAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomIntegerArrayAttribute(String, CustomAttribute.Property[])
Declaration
public CustomIntegerArrayAttribute CreateCustomIntegerArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomIntegerAttribute(String, CustomAttribute.Property[])
Declaration
public CustomIntegerAttribute CreateCustomIntegerAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomLogicalArrayAttribute(String, CustomAttribute.Property[])
Declaration
public CustomLogicalArrayAttribute CreateCustomLogicalArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomLogicalAttribute(String, CustomAttribute.Property[])
Declaration
public CustomLogicalAttribute CreateCustomLogicalAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomStringArrayAttribute(String, CustomAttribute.Property[])
Declaration
public CustomStringArrayAttribute CreateCustomStringArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomStringAttribute(String, CustomAttribute.Property[])
Declaration
public CustomStringAttribute CreateCustomStringAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomTagArrayAttribute(String, CustomAttribute.Property[])
Declaration
public CustomTagArrayAttribute CreateCustomTagArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
CreateCustomTagAttribute(String, CustomAttribute.Property[])
Declaration
public CustomTagAttribute CreateCustomTagAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
Parameters
Returns
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
System.Byte[] |
state |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
ToArray()
Declaration
public Feature[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable