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