Gets the AppliedAssembly by station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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
Exception | Condition |
---|---|
System.ArgumentOutOfRangeException | Thrown when the specified station is out of range. |