STK UI PluginsSend comments on this topic.
ShowHelp Method (IAgUiPluginSite)
See Also
HelpFileUri
Data
HelpDisplayType
Windows





Windows & Linux

Description

Displays the Help topic using the specified help file and, optionally, the topic.

Syntax

[Visual Basic .NET]
Public Sub ShowHelp( _
    ByVal HelpFileUri As String, _
    ByVal Data As String, _
    ByVal HelpDisplayType As AgEUiPluginHelpDisplayType _
)
[C#]
public void ShowHelp(
    string HelpFileUri,
    string Data,
    AgEUiPluginHelpDisplayType HelpDisplayType
);
[Managed C++]
public: void ShowHelp(
    String __gc ^ HelpFileUri,
    String __gc ^ Data,
    AgEUiPluginHelpDisplayType HelpDisplayType
);
[Unmanaged C++]
public: HRESULT ShowHelp(
    BSTR HelpFileUri,
    BSTR Data,
    AgEUiPluginHelpDisplayType HelpDisplayType
);
[Java]
public void showHelp(
    String HelpFileUri,
    String Data,
    AgEUiPluginHelpDisplayType HelpDisplayType
);

Parameters

HelpFileUri
Data
HelpDisplayType

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.