ArcObjects Library Reference (Schematic)  

ISchematicAnalystFindOverlappingLinks.Precision Property

Threshold value beyond which two schematic link points are said to be non overlapping.

[Visual Basic .NET]
Public Property Precision As Double
[C#]
public double Precision {get; set;}
[C++]
HRESULT get_Precision(
  double* Precision
);
[C++]
HRESULT put_Precision(
  double Precision
);
[C++]

Parameters

Precision [out, retval]   Precision is a parameter of type double Precision [in]   Precision is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAnalystFindOverlappingLinks Interface