GetAttribute - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : System : HelpTools : Database : GetAttribute

HelpTools[Database]

  

GetAttribute

  

get attribute of a help database

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetAttribute( path, attribute )

Parameters

path

-

string; path to an existing help database

attribute

-

string or symbol; name of the attributes

Description

• 

The GetAttribute command returns attribute value as a string

Examples

withHelpTools:withDatabase:

hdbFileTools:-JoinPathlib,maple.help,base=mapledir

hdbC:\Program Files\Maple 2024\lib\maple.help

(1)

GetAttributehdb,readonly

true

(2)

Compatibility

• 

The HelpTools[Database][GetAttribute] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

HelpTools[Database][GetAttributes]

HelpTools[Database][SetAttribute]