AlignmentGetInstantaneousRadius Method |
Returns the instantaneous radius at the specified station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double GetInstantaneousRadius(
double rawStation
)
Public Function GetInstantaneousRadius (
rawStation As Double
) As Double
public:
double GetInstantaneousRadius(
double rawStation
)
Parameters
- rawStation Double
- Specifies the raw (no equations) station value.
Return Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the rawStation is out of Alignment station range.
|
See Also