Gets the default value for tangent of maximum applied cant.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyDouble MaxAppliedCantOnTangent { get; }
Visual Basic
Public ReadOnly Property MaxAppliedCantOnTangent As PropertyDouble
	Get
Visual C++
public:
property PropertyDouble^ MaxAppliedCantOnTangent {
	PropertyDouble^ get ();
}

See Also