NXOpen .NET Reference  12.0.0
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:

Public Member Functions

unsafe int NewWindow ()
 Creates a new window and returns the device index. More...
 
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...
 

Properties

Tag Tag [get]
 Returns the tag of this object. 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)

Closes the window of specified device index.

Created in NX9.0.0

License requirements: None.

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

Gets the device indices of all the graphic windows.

Created in NX9.0.0

License requirements: None.

Returns
unsafe int NXOpen.CAE.Xyplot.WindowManager.NewWindow ( )

Creates a new window and returns the device index.

Created in NX9.0.0

License requirements: None.

Returns

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.