Search Results for

    Show / Hide Table of Contents

    Class Collection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    Collection
    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.UserDefinedTemplate
    Assembly: NXOpen.dll
    Syntax
    public class Collection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    Collection()

    Declaration
    protected Collection()

    Collection(Part)

    Declaration
    protected Collection(Part owner)
    Parameters
    Type Name Description
    Part owner

    Properties

    Tag

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

    Methods

    ConvertUdfToFeaturetemplate(TaggedObject)

    Declaration
    public void ConvertUdfToFeaturetemplate(TaggedObject udfFeatureTag)
    Parameters
    Type Name Description
    TaggedObject udfFeatureTag

    CreateDefinitionBuilder(Definition)

    Declaration
    public DefinitionBuilder CreateDefinitionBuilder(Definition userDefinedTemplateDefinition)
    Parameters
    Type Name Description
    Definition userDefinedTemplateDefinition
    Returns
    Type Description
    DefinitionBuilder

    CreateInstantiationBuilder(Instantiation)

    Declaration
    public InstantiationBuilder CreateInstantiationBuilder(Instantiation userDefinedTemplateInstantiation)
    Parameters
    Type Name Description
    Instantiation userDefinedTemplateInstantiation
    Returns
    Type Description
    InstantiationBuilder

    CreatePartAttribute(string, string, string, string, string)

    Declaration
    public TaggedObject CreatePartAttribute(string categoryAlias, string titleAlias, string value, string units, string type)
    Parameters
    Type Name Description
    string categoryAlias
    string titleAlias
    string value
    string units
    string type
    Returns
    Type Description
    TaggedObject

    CreateRelation(TaggedObject)

    Declaration
    public void CreateRelation(TaggedObject sourcePartTag)
    Parameters
    Type Name Description
    TaggedObject sourcePartTag

    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[])

    FindDefinitionObject(string)

    Declaration
    public Definition FindDefinitionObject(string journalIdentifier)
    Parameters
    Type Name Description
    string journalIdentifier
    Returns
    Type Description
    Definition

    FindInstantiationObject(string)

    Declaration
    public Instantiation FindInstantiationObject(string journalIdentifier)
    Parameters
    Type Name Description
    string journalIdentifier
    Returns
    Type Description
    Instantiation

    FindObject(string)

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  This method has no replacement. It is no longer used or supported.")]
    public TaggedObject FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    string journalIdentifier
    Returns
    Type Description
    TaggedObject

    ToArray()

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

    Implements

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