Settings of SectionProjectionLabel styleId.

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

Syntax

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

Remarks

We can set the styleId value to ObjectId.Null as UI did with the value: "".

See Also