SectionProjectionLabel Property

Settings of SectionProjectionLabel style.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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