MidOrdinateTolerance Property

Specifies whether to tesselate curve segments if they are included as an input option.

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