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