GetTypes - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


TypeTools

  

GetTypes

  

retrieve names of user-defined types

 

Calling Sequence

Description

Examples

Calling Sequence

GetTypes()

Description

• 

All types registered with TypeTools[AddType] are returned as a list of names.

• 

This function cannot be used to retrieve built-in types.

Examples

TypeToolsAddTypeType1,identical1

TypeToolsAddTypeType2,identical2

TypeToolsGetTypes

Type1,Type2

(1)

See Also

type

type[structured]

TypeTools

TypeTools[AddType]

TypeTools[GetType]