SettingsCmdCreatePointCloudSettingsCmdDefaultLayerLayerName Property |
Specifies the default layer name.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyLayer LayerName { get; }
Public ReadOnly Property LayerName As PropertyLayer
Get
public:
property PropertyLayer^ LayerName {
PropertyLayer^ get ();
}
Property Value
PropertyLayer
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>", .
See Also