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.
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.4.2516.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