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.
withCADInventor:
OpenConnection:
doc≔GetActiveDocument:
GetParameterValuedoc,d1
100
CloseConnection:
See Also
Download Help Document