Description:

Get the custom unit system name and custom unit scale.

Syntax:
public bool GetCustomUnitSystem(
bool modelUnits,
out string customUnitName,
out double metersPerCustomUnit
)
Parameters:
  • modelUnits
  • Type: bool
  • Set True to get values from the document's model unit system. Set False to get values from the document's page unit system.
  • customUnitName
  • Type: string
  • The custom unit system name.
  • metersPerCustomUnit
  • Type: double
  • The meters per custom unit scale.
Returns:
Type: bool
True if successful, False otherwise.
Available since:
7.9

/
/
/
GetCustomUnitSystem

GetCustomUnitSystem method

Class:  Rhino.RhinoDoc

Nothing found