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






Windows & Linux

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
MemberValueDescription
eSolarPanelTool1The Solar Panel Tool mode.
eAreaTool2The Area Tool mode.
eObscurationTool3The Obscuration Tool mode.
eAzElMaskTool4The AzElMask Tool mode.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.