Defines types of Stations at geometry points on an alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0

Syntax

C#
public enum AlignmentGeometryPointStationType
Visual Basic
Public Enumeration AlignmentGeometryPointStationType
Visual C++
public enum class AlignmentGeometryPointStationType

Members

Member nameValueDescription
SPI272
ProfileOverallHighPoint284
ProfileOverallLowPoint283
ProfileTanTan282
ProfileEndOfAlign281
ProfileBegOfAlign280
ProfileCurvePVI279
ProfileCurveHighPoint278
ProfileCurveLowPoint277
ProfileCurveRevCurve276
ProfileCurveCompCurve275
ProfileCurveTan274
ProfileTanCurve273
CPI271
SpiralRevSpiral269
SpiralCompSpiral268
CurveRevCurve263
CurveCompCurve262
EndOfAlign258
BegOfAlign257
ShoulderBreakOver525
Manual524
ReverseCrown523
LowShoulderMatch522
LevelCrown521
EndNormalCrown519
EndNormalShoulder518
EndFullSuper517
BeginFullSuper516
BeginNormalShoulder515
BeginNormalCrown514
PI270
SpiralCurve267
CurveSpiral266
SpiralTan265
TanSpiral264
CurveTan261
TanCurve260
TanTan259

Remarks

For more information, see in the Civil 3D User's Guide.

See Also