STK XSend comments on this topic.
WinID Property (AgUiAxGfxAnalysisCntrl)
See Also 
Windows






Windows & Linux

Description

Window identifier (for Connect commands).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WinID() As Integer
[C#]
public int WinID {get; set;}
[Managed C++]
public: __property int get_WinID();
public: __property void set_WinID(
   int
);
[Unmanaged C++]
public: HRESULT get_WinID(
   long * pRetVal
);
public: HRESULT put_WinID(
   long NewWinID
);
[Java]
public int getWinID();public void setWinID(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.