Share

LabelStyleTextForEachComponent.StyleText.SpiralContents Property

Gets the spiral contents for a text component.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyString SpiralContents { get; }

VB

Public ReadOnly Property SpiralContents As PropertyString
	Get

C++

public:
property PropertyString^ SpiralContents {
	PropertyString^ get ();
}

Property Value

PropertyString

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the LabelStyleType is not AlignmentPointOfIntersection.

See Also

Reference

Was this information helpful?