Share

SettingsCmdCreatePoints.SettingsCmdLayer.Layer Property

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

PropertyLayer

Remarks

  1. If the conrresponding field in UI was "<use current>", Layer.value will return String.Empty.
  2. Setting Layer.value to String.Empty represents setting the conrresponding field in UI to "<use current>".

See Also

Reference

Was this information helpful?