Search Results for

    Show / Hide Table of Contents

    Class CustomAttributeCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    CustomAttributeCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public class CustomAttributeCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    CustomAttributeCollection()

    Declaration
    protected CustomAttributeCollection()

    CustomAttributeCollection(FeatureCollection)

    Declaration
    protected CustomAttributeCollection(FeatureCollection owner)
    Parameters
    Type Name Description
    FeatureCollection owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateCustomDoubleArrayAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomDoubleArrayAttribute CreateCustomDoubleArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomDoubleArrayAttribute

    CreateCustomDoubleAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomDoubleAttribute CreateCustomDoubleAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomDoubleAttribute

    CreateCustomExpressionArrayAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomExpressionArrayAttribute CreateCustomExpressionArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomExpressionArrayAttribute

    CreateCustomExpressionAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomExpressionAttribute CreateCustomExpressionAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomExpressionAttribute

    CreateCustomIntegerArrayAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomIntegerArrayAttribute CreateCustomIntegerArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomIntegerArrayAttribute

    CreateCustomIntegerAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomIntegerAttribute CreateCustomIntegerAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomIntegerAttribute

    CreateCustomLogicalArrayAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomLogicalArrayAttribute CreateCustomLogicalArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomLogicalArrayAttribute

    CreateCustomLogicalAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomLogicalAttribute CreateCustomLogicalAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomLogicalAttribute

    CreateCustomStringArrayAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomStringArrayAttribute CreateCustomStringArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomStringArrayAttribute

    CreateCustomStringAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomStringAttribute CreateCustomStringAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomStringAttribute

    CreateCustomTagArrayAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomTagArrayAttribute CreateCustomTagArrayAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomTagArrayAttribute

    CreateCustomTagAttribute(String, CustomAttribute.Property[])

    Declaration
    public CustomTagAttribute CreateCustomTagAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Property[] attributeProperties
    Returns
    Type Description
    CustomTagAttribute

    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
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, Byte[])

    ToArray()

    Declaration
    public Feature[] ToArray()
    Returns
    Type Description
    Feature[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    In This Article
    Back to top Generated by DocFX