GetAppliedAssemblyAtStation Method

Gets the AppliedAssembly by station.

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

Syntax

C#

public AppliedAssembly GetAppliedAssemblyAtStation(
	double station
)

Visual Basic

Public Function GetAppliedAssemblyAtStation ( _
	station As Double _
) As AppliedAssembly

Visual C++

public:
AppliedAssembly^ GetAppliedAssemblyAtStation(
	double station
)

Parameters

station
Type: System.Double
Specifies the station at which get the AppliedAssembly.

Remarks

Tolerance of station is 1e-4.

Exceptions

ExceptionCondition
System.ArgumentOutOfRangeException Thrown when the specified station is out of range.

See Also