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