AlignmentEntityCollectionEntityAtStation Method

Gets the AlignmentEntity at a specified Station in the Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentEntity EntityAtStation(
	double rawStation
)

Parameters

rawStation  Double
Raw station

Return Value

AlignmentEntity
Exceptions
ExceptionCondition
ArgumentException Thrown when the rawStation is out of alignment station range.
See Also