Search Results for

    Show / Hide Table of Contents

    Class SolutionManagerObject

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SolutionManagerObject
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    [Obsolete("Deprecated in NX2206.0.0.  The solution mamanager should be retrieved via MotionSimulation")]
    public class SolutionManagerObject : NXRemotableObject, IMessageSink

    Constructors

    SolutionManagerObject(MotionManager)

    Declaration
    protected SolutionManagerObject(MotionManager owner)
    Parameters
    Type Name Description
    MotionManager owner

    Properties

    Tag

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  The solution mamanager should be retrieved via MotionSimulation")]
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetSolutionManager()

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  The solution mamanager should be retrieved via MotionSimulation")]
    public SolutionManager GetSolutionManager()
    Returns
    Type Description
    SolutionManager

    GetSolutionManagerBuilder(SolutionManager)

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  The solution mamanager should be retrieved via MotionSimulation")]
    public SolutionManagerBuilder GetSolutionManagerBuilder(SolutionManager solutionManager)
    Parameters
    Type Name Description
    SolutionManager solutionManager
    Returns
    Type Description
    SolutionManagerBuilder

    Implements

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