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