STK XSend comments on this topic.
OnNewMapCtrlRequest Method (IAgSTKXApplicationRawEvents)
See Also
WinID
Windows





Windows & Linux

Description

Triggered when the map control window for a WinID is not found.

Syntax

[Visual Basic .NET]
Public Sub OnNewMapCtrlRequest( _
    ByVal WinID As Integer _
)
[C#]
public void OnNewMapCtrlRequest(
    int WinID
);
[Managed C++]
public: void OnNewMapCtrlRequest(
    int WinID
);
[Unmanaged C++]
public: HRESULT OnNewMapCtrlRequest(
    long WinID
);
[Java]
public void onNewMapCtrlRequest(
    int WinID
);
[Python - STK API ]
def OnNewMapCtrlRequest(self, WinID:int) -> None:

Parameters

WinID

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.