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.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SettingsObjectLayers ObjectLayerSettings { get; }
VB
Public ReadOnly Property ObjectLayerSettings As SettingsObjectLayers Get
C++
public: property SettingsObjectLayers^ ObjectLayerSettings { SettingsObjectLayers^ get (); }