SampleLineGroupGetSampleLineIds(Double, Double) Method |
Gets the ObjectId collection of sample lines at a specified station in the sample line group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectIdCollection GetSampleLineIds(
double station,
double tolerance
)
Public Function GetSampleLineIds (
station As Double,
tolerance As Double
) As ObjectIdCollection
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.
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when the specified station is out of the range of the alignment.
|
See Also