Specifies the default layer name.

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

Syntax

C#
public PropertyLayer LayerName { get; }
Visual Basic
Public ReadOnly Property LayerName As PropertyLayer
	Get
Visual C++
public:
property PropertyLayer^ LayerName {
	PropertyLayer^ get ();
}

Remarks

  1. If the conrresponding field in UI was "<use current>", LayerName.value will return String.Empty.
  2. Setting LayerName.value to String.Empty represent setting the conrresponding field in UI to "<use current>", .

See Also