Gets the out spiral of the STS group.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentSubEntitySpiral SpiralOut { get; }
VB
Public ReadOnly Property SpiralOut As AlignmentSubEntitySpiral Get
C++
public: property AlignmentSubEntitySpiral^ SpiralOut { AlignmentSubEntitySpiral^ get (); }
Property Value
AlignmentSubEntitySpiralExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the alignment entity type is AlignmentEntityType::SpiralLine. |