NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.Xyplot.WindowManager Class Reference

Manages the separate graphic windows. More...

Inheritance diagram for NXOpen.CAE.Xyplot.WindowManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void CloseWindow (int deviceIndex)
 Closes the window of specified device index. More...
 
unsafe int[] GetWindows ()
 Gets the device indices of all the graphic windows. More...
 
unsafe string GetWindowTitle (int deviceIndex)
 Gets the graphics window title. More...
 
unsafe int NewWindow ()
 Creates a new window and returns the device index. More...
 
unsafe void SetWindowTitle (int deviceIndex, string windowTitle)
 Sets the graphics window title. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Manages the separate graphic windows.

The value of device index is greater than 0. This class is restricted to being called from a program running during an interactive NX session. If run from a non-interactive session it will return a null reference (Nothing in Visual Basic).

To obtain an instance of this class use NXOpen.CAE.Xyplot.XYPlotManager.WindowManager .

Created in NX9.0.0

Member Function Documentation

unsafe void NXOpen.CAE.Xyplot.WindowManager.CloseWindow ( int  deviceIndex)
inline

Closes the window of specified device index.

Created in NX9.0.0

License requirements: None.

Parameters
deviceIndex
unsafe int [] NXOpen.CAE.Xyplot.WindowManager.GetWindows ( )
inline

Gets the device indices of all the graphic windows.

Created in NX9.0.0

License requirements: None.

Returns
unsafe string NXOpen.CAE.Xyplot.WindowManager.GetWindowTitle ( int  deviceIndex)
inline

Gets the graphics window title.

Created in NX1847.0.0

License requirements: None.

Parameters
deviceIndex
Returns
unsafe int NXOpen.CAE.Xyplot.WindowManager.NewWindow ( )
inline

Creates a new window and returns the device index.

Created in NX9.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.Xyplot.WindowManager.SetWindowTitle ( int  deviceIndex,
string  windowTitle 
)
inline

Sets the graphics window title.

Created in NX1847.0.0

License requirements: None.

Parameters
deviceIndex
windowTitle

Property Documentation

Tag NXOpen.CAE.Xyplot.WindowManager.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.