LabelStyleTextForEachComponentStyleTextCurveContents Property |
Gets the curve contents for a text component.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyString CurveContents { get; }
Public ReadOnly Property CurveContents As PropertyString
Get
public:
property PropertyString^ CurveContents {
PropertyString^ get ();
}
Property Value
PropertyString
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the LabelStyleType is not AlignmentPointOfIntersection.
|
See Also