Gets the arc of the SCS group.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentSubEntityArc Arc { get; }
VB
Public ReadOnly Property Arc As AlignmentSubEntityArc Get
C++
public: property AlignmentSubEntityArc^ Arc { AlignmentSubEntityArc^ get (); }
Property Value
AlignmentSubEntityArcExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the alignment entity type is AlignmentEntityType::SpiralSpiral. |