Search Results for

    Show / Hide Table of Contents

    Class ListingWindow

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

    Constructors

    ListingWindow(Session)

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

    Properties

    Device

    Declaration
    public ListingWindow.DeviceType Device { get; }
    Property Value
    Type Description
    ListingWindow.DeviceType

    IsOpen

    Declaration
    public bool IsOpen { get; }
    Property Value
    Type Description
    bool

    Tag

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

    Methods

    Close()

    Declaration
    public void Close()

    CloseWindow()

    Declaration
    public void CloseWindow()

    Open()

    Declaration
    public void Open()

    SelectDevice(DeviceType, string)

    Declaration
    public void SelectDevice(ListingWindow.DeviceType deviceType, string fileName)
    Parameters
    Type Name Description
    ListingWindow.DeviceType deviceType
    string fileName

    WriteFullline(string)

    Declaration
    public void WriteFullline(string msg)
    Parameters
    Type Name Description
    string msg

    WriteLine(string)

    Declaration
    public void WriteLine(string msg)
    Parameters
    Type Name Description
    string msg

    Implements

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