Gets the AppliedAssembly by station.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AppliedAssembly GetAppliedAssemblyAtStation( double station )
VB
Public Function GetAppliedAssemblyAtStation ( station As Double ) As AppliedAssembly
C++
public: AppliedAssembly^ GetAppliedAssemblyAtStation( double station )
Parameters
- station Double
- Specifies the station at which get the AppliedAssembly.
Return Value
AppliedAssemblyExceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the specified station is out of range. |