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
);
[Unmanaged C++]
public: HRESULT OnNewGfxAnalysisCtrlRequest(
    long SceneID,
    AgEGfxAnalysisMode GfxAnalysisMode
);
[Java]
public void onNewGfxAnalysisCtrlRequest(
    int SceneID,
    AgEGfxAnalysisMode GfxAnalysisMode
);
[Python - STK API ]
def OnNewGfxAnalysisCtrlRequest(self, SceneID:int, GfxAnalysisMode:"AgEGfxAnalysisMode") -> None:

Parameters

SceneID
GfxAnalysisMode

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.