Gets the label type in the current label set item.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public LabelStyleType LabelStyleType { get; }
VB
Public ReadOnly Property LabelStyleType As LabelStyleType Get
C++
public: property LabelStyleType LabelStyleType { LabelStyleType get (); }