Share

SettingsCmdCreateProfileLayout.SettingsCmdCurveTessellationOption.MidOrdinateTolerance Property

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.8.0.280

Syntax

C#

public PropertyDouble MidOrdinateTolerance { get; }

VB

Public ReadOnly Property MidOrdinateTolerance As PropertyDouble
	Get

C++

public:
property PropertyDouble^ MidOrdinateTolerance {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?