AppliedAssemblyCollectionGetItemAt Method

Gets the AppliedAssembly object nearest the specified station.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AppliedAssembly GetItemAt(
	double station
)

Parameters

station  Double
 

Return Value

AppliedAssembly
Remarks
Tolerance of station is 1e-4.
See Also