Search Results for

    Show / Hide Table of Contents

    Class CustomAttributeCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    CustomAttributeCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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, Property[])

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

    CreateCustomDoubleAttribute(string, Property[])

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

    CreateCustomExpressionArrayAttribute(string, Property[])

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

    CreateCustomExpressionAttribute(string, Property[])

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

    CreateCustomIntegerArrayAttribute(string, Property[])

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

    CreateCustomIntegerAttribute(string, Property[])

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

    CreateCustomLogicalArrayAttribute(string, Property[])

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

    CreateCustomLogicalAttribute(string, Property[])

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

    CreateCustomStringArrayAttribute(string, Property[])

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

    CreateCustomStringAttribute(string, Property[])

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

    CreateCustomTagArrayAttribute(string, Property[])

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

    CreateCustomTagAttribute(string, Property[])

    Declaration
    public CustomTagAttribute CreateCustomTagAttribute(string attributeName, CustomAttribute.Property[] attributeProperties)
    Parameters
    Type Name Description
    string attributeName
    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
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    ToArray()

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IEnumerable
    In this article
    Back to top Generated by DocFX