Share

SettingsObjectLayer.Locked Property

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

Syntax

C#

public bool Locked { get; set; }

VB

Public Property Locked As Boolean
	Get
	Set

C++

public:
property bool Locked {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?