SettingsCmdCreatePointCloudSettingsCmdDefaultLayerLayerName Property

Specifies the default layer name.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PropertyLayer LayerName { get; }

Property Value

PropertyLayer
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