Share

AppliedAssemblyCollection.GetItemAt Method

Gets the AppliedAssembly object nearest the specified station.



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

Syntax

C#

public AppliedAssembly GetItemAt(
	double station
)

VB

Public Function GetItemAt ( 
	station As Double
) As AppliedAssembly

C++

public:
AppliedAssembly^ GetItemAt(
	double station
)

Parameters

station  Double
 

Return Value

AppliedAssembly

Remarks

Tolerance of station is 1e-4.

See Also

Reference

Was this information helpful?