Triggered when the Gfx Analysis control window for a scene is not found.
| [Visual Basic .NET] |
|---|
Public Event OnNewGfxAnalysisCtrlRequest( _ ByVal SceneID As Integer, _ ByVal GfxAnalysisMode As AgEGfxAnalysisMode _ ) |
| [C#] |
|---|
public void OnNewGfxAnalysisCtrlRequest( |
| [Managed C++] |
|---|
public: void OnNewGfxAnalysisCtrlRequest( |
| [Java] |
|---|
public onNewGfxAnalysisCtrlRequest( |
| [Unmanaged C++] |
|---|
public: HRESULT OnNewGfxAnalysisCtrlRequest( |
- SceneID
- Scene ID for the window.
- 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.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
