STK X Send comments on this topic.
WinID Property (AgUiAxGfxAnalysisCntrl)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1