MaxAppliedCantOnTangent Property

Gets the default value for tangent of maximum applied cant.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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