Specifies the default layer name.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyLayer LayerName { get; }
VB
Public ReadOnly Property LayerName As PropertyLayer Get
C++
public: property PropertyLayer^ LayerName { PropertyLayer^ get (); }
Property Value
PropertyLayerRemarks
- If the conrresponding field in UI was "<use current>", LayerName.value will return String.Empty.
- Setting LayerName.value to String.Empty represent setting the conrresponding field in UI to "<use current>", .