AGI STK X 11Send comments on this topic.
OnNewMapCtrlRequest Event (AgSTKXApplication)
See Also
WinID
Window identifier.
Windows






Windows & Linux

Description

Triggered when the map control window for a scene is not found or already created.

Syntax

[Visual Basic .NET]
Public Event OnNewMapCtrlRequest( _
    ByVal WinID As Integer _
) 
[C#]
public void OnNewMapCtrlRequest(
    int WinID
);
[Managed C++]
public: void OnNewMapCtrlRequest(
    int WinID
);
[Java]
public void onNewMapCtrlRequest(
    int WinID
);
[Unmanaged C++]
public: void OnNewMapCtrlRequest(
    long  WinID
);

Parameters

WinID
Window identifier.

See Also

Example

[Visual Basic .NET]
Private Sub stkxApp_OnNewMapCtrlRequest(ByVal WinID As Integer) _
Handles stkxApp.OnNewMapCtrlRequest
MessageBox.Show("New Map Control window is requested for Window ID: " & WinID)
End Sub
© 2019 Analytical Graphics, Inc. All Rights Reserved.