GetUserParameterList - 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 : Connectivity : CAD Package : Inventor : GetUserParameterList

CAD[Inventor]

  

GetUserParameterList

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetUserParameterList(p)

Parameters

p

-

handle to an Inventor document

Description

• 

The GetUserParameterList command retrieves all the user parameters available from document p.

Examples

> 

with⁡CADInventor:

> 

OpenConnection⁡:

> 

doc≔GetActiveDocument⁡:

> 

GetUserParameterList⁡doc

exp1,exp2

(1)
> 

CloseConnection⁡:

See Also

CAD[Inventor]