SettingsDrawing Class

Contains settings that apply to the drawing, as specified in the Drawing Settings dialog box.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsDrawing

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SettingsDrawing : TreeOidWrapper

The SettingsDrawing type exposes the following members.

Properties
 NameDescription
Public propertyAbbreviationsSettings Gets Abbreviations of Drawing settings.
Public propertyAmbientSettings Gets Ambient setting of the drawing.
Public propertyApplyTransformSettings Gets or sets the boolean value that specifies whether to apply the settings for coordinate system zone transformation.
Public propertyObjectLayerSettings Gets the Object layer settings for various objects in Autodesk Civil 3D. For example, you can specify that you want all alignments on layer C-ROAD, all parcels on C-PROP, and so on. You can also specify prefixes and suffixes for the layer names.
Public propertyTransformationSettings Gets Transformation of Drawing settings.
Public propertyUnitZoneSettings Gets UnitZone of Drawing settings.
Top
See Also