Search Results for

    Show / Hide Table of Contents

    Class Collection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    Collection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.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.Assemblies.ProductInterface
    Assembly: NXOpen.dll
    Syntax
    public class Collection : NXRemotableObject, IMessageSink

    Constructors

    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

    CreateObjectBuilder()

    Declaration
    [Obsolete("Deprecated in NX11.0.1.  Please use NXOpen.Assemblies.ProductInterface.Collection.CreateObjectBuilderWithVersion instead.")]
    public ObjectBuilder CreateObjectBuilder()
    Returns
    Type Description
    ObjectBuilder

    CreateObjectBuilderWithBuilderVersion(ObjectBuilder.BuilderVersion)

    Declaration
    public ObjectBuilder CreateObjectBuilderWithBuilderVersion(ObjectBuilder.BuilderVersion version)
    Parameters
    Type Name Description
    ObjectBuilder.BuilderVersion version
    Returns
    Type Description
    ObjectBuilder

    CreateObjectBuilderWithVersion(Int32)

    Declaration
    [Obsolete("Deprecated in NX1872.0.0.  Please use NXOpen.Assemblies.ProductInterface.Collection.CreateObjectBuilderWithBuilderVersion instead.")]
    public ObjectBuilder CreateObjectBuilderWithVersion(int version)
    Parameters
    Type Name Description
    System.Int32 version
    Returns
    Type Description
    ObjectBuilder

    CreatePropertyBuilder()

    Declaration
    public PropertyBuilder CreatePropertyBuilder()
    Returns
    Type Description
    PropertyBuilder

    FindObject(String)

    Declaration
    public NXObject FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    System.String journalIdentifier
    Returns
    Type Description
    NXObject

    GetProductInterfaces()

    Declaration
    public InterfaceObject[] GetProductInterfaces()
    Returns
    Type Description
    InterfaceObject[]

    Implements

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