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.
withCADInventor:
OpenConnection:
doc≔GetActiveDocument:
GetParameterEquationdoc,d1
d1 = p1 * 2 ul
CloseConnection:
See Also
Download Help Document