GetObjectHelpURL method
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the URL where the object's help is stored on the Galaxy repository. The client can display the URL in Internet Explorer or use web publishing to change the data.
Class
IgObject
Syntax
[C#]
string GetObjectHelpURL();
[Visual C++]
HRESULT GetObjectHelpURL(
[out, retval] BSTR*
);