STK XSend comments on this topic.
OnNewGfxAnalysisCtrlRequest Event (AgSTKXApplication)
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 Event 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 void onNewGfxAnalysisCtrlRequest(
    int SceneID,
    AgEGfxAnalysisMode GfxAnalysisMode
);
[Unmanaged C++]
public: void OnNewGfxAnalysisCtrlRequest(
    long  SceneID,
    AgEGfxAnalysisMode  GfxAnalysisMode
);

Parameters

SceneID
GfxAnalysisMode

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.