AlignmentGetStationSet(StationTypes, Double) Method

Gets the station set according to the StationType and interval.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Station[] GetStationSet(
	StationTypes stationType,
	double interval
)

Parameters

stationType  StationTypes
The type of the station which will be collected. This method overload is intended to get Major or Minor station types.
interval  Double
The interval of station. You can only enter a Major and Minor station.

Return Value

Station
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the value of interval is negative.
Example
C#
1!ERROR: See log file!
See Also