Gets the Object layer settings for various objects in AutoCAD 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: 10.5.768.0

Syntax

C#
public SettingsObjectLayers ObjectLayerSettings { get; }
Visual Basic
Public ReadOnly Property ObjectLayerSettings As SettingsObjectLayers
	Get
Visual C++
public:
property SettingsObjectLayers^ ObjectLayerSettings {
	SettingsObjectLayers^ get ();
}

See Also