BaselineGetAppliedAssemblyAtStation Method |
Gets the AppliedAssembly by station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AppliedAssembly GetAppliedAssemblyAtStation(
double station
)
Public Function GetAppliedAssemblyAtStation (
station As Double
) As AppliedAssembly
public:
AppliedAssembly^ GetAppliedAssemblyAtStation(
double station
)
Parameters
- station Double
- Specifies the station at which get the AppliedAssembly.
Return Value
AppliedAssembly
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when the specified station is out of range.
|
Remarks
Tolerance of station is 1e-4.
See Also