This document is archived and information here might be outdated.  Recommended version.


ISchematicAnalystFindOverlappingLinks.Precision Property (ArcObjects .NET 10.4 SDK)
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