Share

CANTCriticalStation.CantJerk Property

Gets the cant jerk value measured for this and the previous cant critical station.



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

Syntax

C#

public double CantJerk { get; }

VB

Public ReadOnly Property CantJerk As Double
	Get

C++

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

Property Value

Double

Remarks

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

See Also

Reference

Was this information helpful?