Search Results for

    Show / Hide Table of Contents

    Class ShipSession

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

    Constructors

    ShipSession(Session)

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

    Properties

    ApplicationUtils

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

    GeneralArrangement

    Declaration
    public GeneralArrangementManager GeneralArrangement { get; }
    Property Value
    Type Description
    GeneralArrangementManager

    Generator

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

    Navigators

    Declaration
    public NavigatorCollection Navigators { get; }
    Property Value
    Type Description
    NavigatorCollection

    Tag

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

    Implements

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