Search Results for

    Show / Hide Table of Contents

    Class ApplicationUtils

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ApplicationUtils
    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 ApplicationUtils : NXRemotableObject, IMessageSink

    Constructors

    ApplicationUtils(ShipSession)

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

    Properties

    Tag

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

    Methods

    RegisterApplicationForModlFeatureEdit(string)

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  This functionality is no longer supported.")]
    public void RegisterApplicationForModlFeatureEdit(string appName)
    Parameters
    Type Name Description
    string appName

    RegisterApplicationSensitivityOnApplicationChange(string, string[])

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  This functionality is no longer supported.")]
    public void RegisterApplicationSensitivityOnApplicationChange(string appName, string[] appsWhereToLive)
    Parameters
    Type Name Description
    string appName
    string[] appsWhereToLive

    RegisterButtonApplication(int, string)

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  This functionality is no longer supported.")]
    public void RegisterButtonApplication(int appId, string buttonName)
    Parameters
    Type Name Description
    int appId
    string buttonName

    RegisterLastApplication(Part, string)

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  This functionality is no longer supported.")]
    public void RegisterLastApplication(Part part, string appName)
    Parameters
    Type Name Description
    Part part
    string appName

    Implements

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