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