Read-only |
Description |
Returns the window number. You might use this property to identify a particular window so that you can create a new Measurement in that window. |
VB Syntax |
value = win.WindowNumber |
Variable |
(Type) - Description |
win |
A NAWindow (object) |
value |
(long integer) - Variable to store the returned window number |
Return Type |
Long Integer |
Default |
Not Applicable |
Examples |
value = app.ActiveNAWindow.WindowNumber |
C++ Syntax |
HRESULT (long* windowNumber); |
Interface |
INAWindow |