SampleLineGroupGetSampleLineIds(Double, Double) Method

Gets the ObjectId collection of sample lines at a specified station in the sample line group.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectIdCollection GetSampleLineIds(
	double station,
	double tolerance
)

Parameters

station  Double
The station at which sample lines are got.
tolerance  Double
The tolerance for the station value.

Return Value

ObjectIdCollection
The sample lines at the specified station and an empty collection if no sample line is found.
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when the specified station is out of the range of the alignment.
See Also