AlignmentStationEquations Property

Gets the Alignment's station equation collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public StationEquationCollection StationEquations { get; }

Property Value

StationEquationCollection
Example
C#
1// Add a station equation:
2StationEquation myStationEquation = myAlignment.StationEquations.Add(80, 0, StationEquationType.Increasing);
3ed.WriteMessage("Station added.");
See Also