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