AlignmentGetStationSet(StationTypes) Method |
Gets the station set according to the StationType.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Station[] GetStationSet(
StationTypes stationType
)
Public Function GetStationSet (
stationType As StationTypes
) As Station()
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
Station
Example
See Also