Share

CANTCriticalStation.CantRatio Property

Gets the ratio of cant deficiency to applied cant at this cant critical station.



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

Syntax

C#

public double CantRatio { get; }

VB

Public ReadOnly Property CantRatio As Double
	Get

C++

public:
property double CantRatio {
	double get ();
}

Property Value

Double

Remarks

It's preferable to query CantRatio from CANTCurve.CANTCriticalStations.

See Also

Reference

Was this information helpful?