Layer Property

Gets the default Layer.

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

Syntax

C#

public PropertyLayer Layer { get; }

Visual Basic

Public ReadOnly Property Layer As PropertyLayer
	Get

Visual C++

public:
property PropertyLayer^ Layer {
	PropertyLayer^ get ();
}

Remarks

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

See Also