Share

SampleLineGroup.GetSampleLineIds(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.280

Syntax

C#

public ObjectIdCollection GetSampleLineIds(
	double station,
	double tolerance
)

VB

Public Function GetSampleLineIds ( 
	station As Double,
	tolerance As Double
) As ObjectIdCollection

C++

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

Reference

Was this information helpful?