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

Online Help

All Products    Maple    MapleSim


CAD[Inventor]

  

GetParameterValue

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetParameterValue(p, d)

Parameters

p

-

handle to an Inventor document

d

-

name of a parameter or a list of such names

Description

• 

The GetParameterValue command retrieves the value of the specified parameter(s) in the Inventor document.

Examples

> 

with⁡CADInventor:

> 

OpenConnection⁡:

> 

doc≔GetActiveDocument⁡:

> 

GetParameterValue⁡doc,d1

100

(1)
> 

CloseConnection⁡:

See Also

CAD[Inventor]