Defines the possible station types, used
by Alignment::GetStationSet().
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[FlagsAttribute]
public enum StationTypes
<FlagsAttribute>
Public Enumeration StationTypes
[FlagsAttribute]
public enum class StationTypes
Members| Member name | Value | Description |
|---|
| Major | 1 | |
| Minor | 2 | |
| GeometryPoint | 8 | |
| All | -1 | |
| Equation | 16 | |
| RangeStart | 32 | |
| RangeEnd | 64 | |
| SuperTransPoint | 128 | |
| CurveByCurvature | 1,024 | |
| OffsetTargetCurveOnly | 2,048 | |
| CurveAtIncrement | 4,096 | |
| HorizontalMask | 8,191 | |
| PIPoint | 65,536 | |
See Also