Share

Property<bool,bool,Autodesk::Civil::CastOp<bool,bool> >.Locked Property



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

Syntax

C#

public virtual bool Locked { get; set; }

VB

Public Overridable Property Locked As Boolean
	Get
	Set

C++

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

Property Value

Boolean

Implements

IPropertyLocked

See Also

Reference

Was this information helpful?