AlignmentSSCSSSpiral3 Property |
Gets the third spiral from the SSCSS group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentSubEntitySpiral Spiral3 { get; }Public ReadOnly Property Spiral3 As AlignmentSubEntitySpiral
Get
public:
property AlignmentSubEntitySpiral^ Spiral3 {
AlignmentSubEntitySpiral^ get ();
}Property Value
AlignmentSubEntitySpiral
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the alignment entity type is AlignmentEntityType::SpiralSpiralCurve.
|
See Also