Share

Alignment.GetInstantaneousRadius Method

Returns the instantaneous radius at the specified station.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double GetInstantaneousRadius(
	double rawStation
)

VB

Public Function GetInstantaneousRadius ( 
	rawStation As Double
) As Double

C++

public:
double GetInstantaneousRadius(
	double rawStation
)

Parameters

rawStation  Double
Specifies the raw (no equations) station value.

Return Value

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when the rawStation is out of Alignment station range.

See Also

Reference

Was this information helpful?