Search Results for

    Show / Hide Table of Contents

    Class SelectionSubscriber

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    SelectionSubscriber
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpenUI.dll
    Syntax
    public class SelectionSubscriber : TransientObject, IMessageSink, IDisposable

    Constructors

    SelectionSubscriber(nint)

    Declaration
    protected SelectionSubscriber(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Methods

    Activate()

    Declaration
    public void Activate()

    Deactivate()

    Declaration
    public void Deactivate()

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    IsActive()

    Declaration
    public bool IsActive()
    Returns
    Type Description
    bool

    RegisterOnSelectionChangeCallback(OnSelectionChangeCallback)

    Declaration
    public void RegisterOnSelectionChangeCallback(SelectionSubscriber.OnSelectionChangeCallback callbackToRegister)
    Parameters
    Type Name Description
    SelectionSubscriber.OnSelectionChangeCallback callbackToRegister

    Implements

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