SurfaceLock Property

Gets or sets whether the Civil 3D GUI shows this surface as locked.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool Lock { get; set; }

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