HelpTools[Worksheet]
GetHelpProperties
get help properties from worksheet
Calling Sequence
Parameters
Description
Examples
Compatibility
GetHelpProperties(worksheet)
worksheet
-
string; path to .mw file or XML string of Maple worksheet
The GetHelpProperties command returns a table containing document properties related to help system, such as topic and alias.
with⁡HelpTools:with⁡Worksheet:
wks≔FileTools:-JoinPath⁡Start.mw,base=datadir:
GetHelpProperties⁡wks
The HelpTools[Worksheet][GetHelpProperties] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
HelpTools
Download Help Document