Share

Alignment.GetStationSet(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.280

Syntax

C#

public Station[] GetStationSet(
	StationTypes stationType,
	double interval
)

VB

Public Function GetStationSet ( 
	stationType As StationTypes,
	interval As Double
) As Station()

C++

public:
array<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

1!ERROR: See log file!

See Also

Reference

Was this information helpful?