Gets the collection of styles associated with an alignment's curve labels.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public LabelStyleCollection CurveLabelStyles { get; }
VB
Public ReadOnly Property CurveLabelStyles As LabelStyleCollection Get
C++
public: property LabelStyleCollection^ CurveLabelStyles { LabelStyleCollection^ get (); }