GlobalStartup.getHelp Method
The getHelp opens Internet Explorer and loads the WSDOT Hyperion Custom Scripting help menu.
object.getHelp ( )
Arguments
- object
- Required. Always the name of a GlobalStartup object.
Remarks
The following example illustrates the use of the getHelp method.
// write the last update date of the current message to the console
Console.Writeln(wsdot_GlobalStartup.Updated);
// write the current message to the console
Console.Writeln(wsdot_GlobalStartup.getMsg());
// open the WSDOT Hyperion Custom Script help in Internet Explorer
wsdot_GlobalStartup.getHelp();
Applies To:
GlobalStartup Object
Requirements
The WSDOT Custom Scripts from the script repository must be loaded into the document.
|