Gets the default Layer.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
- 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>".