Settings of SectionProjectionLabel style.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyString SectionProjectionLabel { get; }
Visual Basic
Public ReadOnly Property SectionProjectionLabel As PropertyString
	Get
Visual C++
public:
property PropertyString^ SectionProjectionLabel {
	PropertyString^ get ();
}

Remarks

We can set the style value to "<none>" as UI did with the value: "".

See Also