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


ISchematicAnalystFindOverlappingLinks.Precision Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAnalystFindOverlappingLinks Interface > ISchematicAnalystFindOverlappingLinks.Precision Property
ArcGIS Developer Help

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(
  System.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