Search Results for

    Show / Hide Table of Contents

    Class LiveSimulationManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    LiveSimulationManager
    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.DesignSimulation
    Assembly: NXOpen.dll
    Syntax
    public class LiveSimulationManager : NXRemotableObject, IMessageSink

    Constructors

    LiveSimulationManager(Session)

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

    Properties

    Tag

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

    Methods

    AbortAllSimulations()

    Declaration
    public void AbortAllSimulations()

    EnterLiveSimulationApplication()

    Declaration
    public void EnterLiveSimulationApplication()

    ExitLiveSimulationApplication()

    Declaration
    public void ExitLiveSimulationApplication()

    GetDelay()

    Declaration
    public bool GetDelay()
    Returns
    Type Description
    bool

    GetLiveSimulationManager(Session)

    Declaration
    public static LiveSimulationManager GetLiveSimulationManager(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    LiveSimulationManager

    GetStoreResults()

    Declaration
    public bool GetStoreResults()
    Returns
    Type Description
    bool

    SetDelay(bool)

    Declaration
    public void SetDelay(bool delay)
    Parameters
    Type Name Description
    bool delay

    SetStoreResults(bool)

    Declaration
    public void SetStoreResults(bool storeResult)
    Parameters
    Type Name Description
    bool storeResult

    Implements

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