This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAnalystFindOverlappingLinks Interface > ISchematicAnalystFindOverlappingLinks.Precision Property (ArcObjects .NET 10.5 SDK) |
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