Specifies whether layer settings are locked for the drawing to prevent overrides for individual objects.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool Locked { get; set; }
Visual Basic
Public Property Locked As Boolean
	Get
	Set
Visual C++
public:
property bool Locked {
	bool get ();
	void set (bool value);
}

See Also