Share

SettingsUnitZone Class

The settings class for the unit zone.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    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

 NameDescription
Public propertyAngularUnits Gets or sets the AngleUnitType enum value that specifies the units in which angles are displayed.
Public propertyCoordinateSystemCode Gets the coordinate system code string.
Public propertyDrawingScale 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.
Public propertyDrawingUnits Gets the linear unit, either meters or feet, for distances, lengths, widths, and offsets in a drawing.
Public propertyImperialToMetricConversion Gets or sets the foot to meter conversion flag that determines what the unit "foot" means.
Public propertyMatchAutoCADVariables Synchronizes AutoCAD settings with Autodesk Civil 3D settings. Deprecated.
Public propertyScaleObjectsFromOtherDrawings 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

 NameDescription
Public methodStatic memberGetAllCodes Gets an array that specifies all avilable code strings.
Public methodStatic memberGetCoordinateSystemByCode Gets an coordinate system by an code string.

See Also

Reference

Was this information helpful?