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