CAD[Inventor]
GetParameterEquation
Calling Sequence
Parameters
Description
Examples
GetParameterEquation(doc,p)
doc
-
handle to an Inventor document
p
(string) parameter name
The GetParameterEquation command retrieves the equation associated with the specified parameter.
with⁡CADInventor:
OpenConnection⁡:
doc≔GetActiveDocument⁡:
GetParameterEquation⁡doc,d1
d1 = p1 * 2 ul
CloseConnection⁡:
See Also
Download Help Document