CAD[Inventor]
GetParameterUnit
Calling Sequence
Parameters
Description
Examples
GetParameterUnit(p, d)
p
-
handle to an Inventor document
d
name of a parameter
The GetParameterUnit command returns the unit associated with parameter d in the Inventor document p.
withCADInventor:
OpenConnection:
doc≔GetActiveDocument
doc≔0
doc≔GetParameterUnitdoc,d1
mm
CloseConnection:
See Also
Download Help Document