AGI Ui Plugins 11 Send comments on this topic.
ShowHelp Method (IAgUiPluginSite2)
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
);

[Java]
public  showHelp(
String HelpFileUri,
String Data,
AgEUiPluginHelpDisplayType HelpDisplayType
);

[Unmanaged C++]
public: HRESULT ShowHelp(
BSTR HelpFileUri,
BSTR Data,
AgEUiPluginHelpDisplayType HelpDisplayType
);

Parameters

HelpFileUri
Data
HelpDisplayType
Member Value Description
eUiPluginHelpTopic 0 Displays the help topic.
eUiPluginHelpTOC 1 Displays the table of contents.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface