Gets the arc of the SCS group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic AlignmentSubEntityArc Arc { get; }Public ReadOnly Property Arc As AlignmentSubEntityArc
Get
public:
property AlignmentSubEntityArc^ Arc {
AlignmentSubEntityArc^ get ();
}Property Value
AlignmentSubEntityArc
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the alignment entity type is AlignmentEntityType::SpiralSpiral.
|
See Also