Search Results for

    Show / Hide Table of Contents

    Class DMUSessionCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    DMUSessionCollection
    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
    Assembly: NXOpen.dll
    Syntax
    public class DMUSessionCollection : NXRemotableObject, IMessageSink

    Constructors

    DMUSessionCollection(Session)

    Declaration
    protected DMUSessionCollection(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

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

    Methods

    CreateDesignSession(String)

    Declaration
    public void CreateDesignSession(string referencePart)
    Parameters
    Type Name Description
    System.String referencePart

    CreateDesignSessionBuilder()

    Declaration
    public DesignSessionBuilder CreateDesignSessionBuilder()
    Returns
    Type Description
    DesignSessionBuilder

    DesignSessionExcludeComponentsFromRecipe(Part, Component[])

    Declaration
    public void DesignSessionExcludeComponentsFromRecipe(Part dmusessionPartTag, Component[] componentsToExclude)
    Parameters
    Type Name Description
    Part dmusessionPartTag
    Component[] componentsToExclude

    DesignSessionIncludeComponentsInRecipe(Part, Component[])

    Declaration
    public void DesignSessionIncludeComponentsInRecipe(Part dmusessionPartTag, Component[] componentsToInclude)
    Parameters
    Type Name Description
    Part dmusessionPartTag
    Component[] componentsToInclude

    GetComponentReferenceCollector()

    Declaration
    public ComponentReferenceCollector GetComponentReferenceCollector()
    Returns
    Type Description
    ComponentReferenceCollector

    OpenDesignSession(DatabaseObject)

    Declaration
    public void OpenDesignSession(DatabaseObject databaseObject)
    Parameters
    Type Name Description
    DatabaseObject databaseObject

    OpenDesignSessionWithSelectedComponents(DatabaseObject, ComponentReferenceCollector)

    Declaration
    public void OpenDesignSessionWithSelectedComponents(DatabaseObject databaseObject, ComponentReferenceCollector componentReferenceCollector)
    Parameters
    Type Name Description
    DatabaseObject databaseObject
    ComponentReferenceCollector componentReferenceCollector

    Implements

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