CAD[Inventor]
GetParameterValue
Calling Sequence
Parameters
Description
Examples
GetParameterValue(p, d)
p
-
handle to an Inventor document
d
name of a parameter or a list of such names
The GetParameterValue command retrieves the value of the specified parameter(s) in the Inventor document.
with⁡CADInventor:
OpenConnection⁡:
doc≔GetActiveDocument⁡:
GetParameterValue⁡doc,d1
100
CloseConnection⁡:
See Also
Download Help Document