Specifies the default layer name.
Namespace: Autodesk.Civil.SettingsAssembly: 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
- 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>", .