AGI STK X 11Send comments on this topic.
CopyFromWinID Method (AgUiAxVOCntrl)
See Also
WinID
ID of the existing window whose scene is to be copied into this control.
Windows






Windows & Linux

Description

Copies an existing window's scene into this control. The Window ID of the source window can be obtained from the WinID on this control.

Syntax

[Visual Basic .NET]
Public Sub CopyFromWinID( _
    ByVal WinID As Integer _
) As 
[C#]
public void CopyFromWinID(
    int WinID
);
[Managed C++]
public: void CopyFromWinID(
    int WinID
);
[Java]
public void copyFromWinID(
    int WinID
);
[Unmanaged C++]
public: HRESULT CopyFromWinID(
    long WinID
);

Parameters

WinID
ID of the existing window whose scene is to be copied into this control.

See Also

Example

[Visual Basic .NET]
Dim WinID As Long

WinID = Me.AgUiAxVOCntrl1.WinID
Me.AxAgUiAxVOCntrl1.CopyFromWinID(WinID)
...
© 2019 Analytical Graphics, Inc. All Rights Reserved.