Search Results for

    Show / Hide Table of Contents

    Class DMUSessionCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    DMUSessionCollection
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.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
    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
    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

    ExcludeComponentsFromProductRecipe(Part, Component[])

    Declaration
    public ErrorList ExcludeComponentsFromProductRecipe(Part dmusessionPartTag, Component[] componentsToExclude)
    Parameters
    Type Name Description
    Part dmusessionPartTag
    Component[] componentsToExclude
    Returns
    Type Description
    ErrorList

    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