AlignmentGetStationSet(StationTypes) Method

Gets the station set according to the StationType.

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

Parameters

stationType  StationTypes
The type of the station which will be collected. This method overload is intended to get station types other than All, Major, and Minor.

Return Value

Station
Example
C#
1!ERROR: See log file!
See Also