Gets the station set according to the StationType.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Station[] GetStationSet( StationTypes stationType )
VB
Public Function GetStationSet ( stationType As StationTypes ) As Station()
C++
public: array<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
StationExample
1!ERROR: See log file!