Share

AlignmentSCS.Arc Property

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

AlignmentSubEntityArc

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the alignment entity type is AlignmentEntityType::SpiralSpiral.

See Also

Reference

Was this information helpful?