Gets the root of all point label styles.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public LabelStylesPointRoot PointLabelStyles { get; }
VB
Public ReadOnly Property PointLabelStyles As LabelStylesPointRoot Get
C++
public: property LabelStylesPointRoot^ PointLabelStyles { LabelStylesPointRoot^ get (); }