Gets or sets whether the Civil 3D GUI shows this surface as locked.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Lock { get; set; }
Public Property Lock As Boolean
Get
Set
public:
property bool Lock {
bool get ();
void set (bool value);
}
Property Value
Boolean
Remarks
Note that this property does not lock the Surface object. You can use it to get the Lock/Unlock status on the GUI.
If this property is set to "true", you still can modify the name and any other properties of the Surface object.
See Also