Defines the possible station types, used by Alignment::GetStationSet().
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[FlagsAttribute] public enum StationTypes
VB
<FlagsAttribute> Public Enumeration StationTypes
C++
[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 |
