Gets the AppliedAssembly object nearest the specified station.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public AppliedAssembly GetItemAt(
	double station
)
Visual Basic
Public Function GetItemAt ( _
	station As Double _
) As AppliedAssembly
Visual C++
public:
AppliedAssembly^ GetItemAt(
	double station
)

Parameters

station
Type: System..::..Double

Remarks

Tolerance of station is 1e-4.

See Also