STK XSend comments on this topic.
OnNewGlobeCtrlRequest Method (IAgSTKXApplicationRawEvents)
See Also
SceneID
Windows





Windows & Linux

Description

Triggered when the globe control window for a scene is not found.

Syntax

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

Parameters

SceneID

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.