AlignmentSCSSpiralOut Property |
Gets the out spiral of the SCS group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentSubEntitySpiral SpiralOut { get; }Public ReadOnly Property SpiralOut As AlignmentSubEntitySpiral
Get
public:
property AlignmentSubEntitySpiral^ SpiralOut {
AlignmentSubEntitySpiral^ get ();
}Property Value
AlignmentSubEntitySpiral
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the alignment entity type is AlignmentEntityType::SpiralCurve.
|
See Also