Defines types of Stations at geometry points on an alignment.

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

Syntax

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

Members

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

Remarks

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

See Also