Gets the label type in the current label set item.

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

Syntax

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

See Also