Class ListingWindow
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
|---|---|
| System.Boolean |
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(ListingWindow.DeviceType, String)
Declaration
public void SelectDevice(ListingWindow.DeviceType deviceType, string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| ListingWindow.DeviceType | deviceType | |
| System.String | fileName |
WriteFullline(String)
Declaration
public void WriteFullline(string msg)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | msg |
WriteLine(String)
Declaration
public void WriteLine(string msg)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | msg |
Implements
System.Runtime.Remoting.Messaging.IMessageSink