Share

IManagedComponents.TableSearchTolerance Property

Gets and sets a value to be used in searches for numeric values in iPart and Content Center tables. If the difference between two numbers is less than or equal to the tolerance, they will be considered to be equal. Default: 0.00001

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property TableSearchTolerance As Double
	Get
	Set

C#

double TableSearchTolerance { get; set; }

Property Value

Type: Double

See Also

Reference

Was this information helpful?