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.
with⁡CADInventor:
OpenConnection⁡:
doc≔GetActiveDocument⁡
doc≔0
doc≔GetParameterUnit⁡doc,d1
mm
CloseConnection⁡:
See Also
Download Help Document