SettingsObjectLayerLocked Property |
Specifies whether layer settings are locked for the drawing
to prevent overrides for individual objects.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Locked { get; set; }
Public Property Locked As Boolean
Get
Set
public:
property bool Locked {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also