The settings class for the unit zone.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsUnitZone
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsUnitZone : TreeOidWrapper
VB
Public NotInheritable Class SettingsUnitZone Inherits TreeOidWrapper
C++
public ref class SettingsUnitZone sealed : public TreeOidWrapper
The SettingsUnitZone type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AngularUnits | Gets or sets the AngleUnitType enum value that specifies the units in which angles are displayed. |
![]() | CoordinateSystemCode | Gets the coordinate system code string. |
![]() | DrawingScale | Gets the plotted size of various annotation-related components, such as label text, ticks, and band heights. If you change the scale, all annotation objects adjust accordingly. |
![]() | DrawingUnits | Gets the linear unit, either meters or feet, for distances, lengths, widths, and offsets in a drawing. |
![]() | ImperialToMetricConversion | Gets or sets the foot to meter conversion flag that determines what the unit "foot" means. |
![]() | MatchAutoCADVariables | Synchronizes AutoCAD settings with Autodesk Civil 3D settings. Deprecated. |
![]() | ScaleObjectsFromOtherDrawings | Gets or sets the boolean value that specifies whether objects inserted from another drawing will be scaled if necessary to match drawing units in the current drawing. |
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetAllCodes | Gets an array that specifies all avilable code strings. |
![]() ![]() | GetCoordinateSystemByCode | Gets an coordinate system by an code string. |