STK X Send comments on this topic.
OnNewGfxAnalysisCtrlRequest Method (IAgSTKXApplicationRawEvents)
See Also 
SceneID
GfxAnalysisMode





Description

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

Syntax

[Visual Basic .NET]
Public Sub OnNewGfxAnalysisCtrlRequest( _
   ByVal SceneID As Integer, _
   ByVal GfxAnalysisMode As AgEGfxAnalysisMode _
) 

[C#]
public void OnNewGfxAnalysisCtrlRequest(
int SceneID,
AgEGfxAnalysisMode GfxAnalysisMode
);

[Managed C++]
public: void OnNewGfxAnalysisCtrlRequest(
int SceneID,
AgEGfxAnalysisMode GfxAnalysisMode
);

[Java]
public  onNewGfxAnalysisCtrlRequest(
int SceneID,
AgEGfxAnalysisMode GfxAnalysisMode
);

[Unmanaged C++]
public: HRESULT OnNewGfxAnalysisCtrlRequest(
long SceneID,
AgEGfxAnalysisMode GfxAnalysisMode
);

Parameters

SceneID
GfxAnalysisMode
Member Value Description
eSolarPanelTool 1 The Solar Panel Tool mode.
eAreaTool 2 The Area Tool mode.
eObscurationTool 3 The Obscuration Tool mode.
eAzElMaskTool 4 The AzElMask Tool mode.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1