C3DFile.GetUnits |
![]() ![]() |
strUnits = C3DFile.GetUnits( BYVAL nFile AS INTEGER ) AS STRING
Return the Units as a string
Example:
PRINT "Scale : ";C3DFile.GetParameter( nFile, "POINT:SCALE" ), PRINT "Units : ";C3DFile.GetUnits( nFile ),
|