Gets the curve contents for a text component.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyString CurveContents { get; }
VB
Public ReadOnly Property CurveContents As PropertyString Get
C++
public: property PropertyString^ CurveContents { PropertyString^ get (); }
Property Value
PropertyStringExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the LabelStyleType is not AlignmentPointOfIntersection. |