Gets the mid-ordinate tolerance based on a distance across the tessellated curve segments.

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

Syntax

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

See Also