SettingsObjectLayers Class

The SettingsObjectLayers class is to specify layers 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.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsObjectLayers

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

The SettingsObjectLayers type exposes the following members.

Properties
 NameDescription
Public propertyObjectControlledByLayer Specifies whether object display is controlled by layer visibility.
Top
Methods
 NameDescription
Public methodGetObjectLayerSetting Gets a SettingsObjectLayer object by specifying its type.
Top
See Also