GetHelpProperties - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : System : HelpTools : Worksheet : GetHelpProperties

HelpTools[Worksheet]

  

GetHelpProperties

  

get help properties from worksheet

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetHelpProperties(worksheet)

Parameters

worksheet

-

string; path to .mw file or XML string of Maple worksheet

Description

• 

The GetHelpProperties command returns a table containing document properties related to help system, such as topic and alias.

Examples

> 

with⁡HelpTools:with⁡Worksheet:

> 

wks≔FileTools:-JoinPath⁡Start.mw,base=datadir:

> 

GetHelpProperties⁡wks

Compatibility

• 

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