This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralJoin Interface > ICadastralJoin.FindNetworkJoinPoint Method (ArcObjects .NET 10.4 SDK) |
Find a node on the Network.
[Visual Basic .NET] Public Function FindNetworkJoinPoint ( _ ByVal X As Double, _ ByVal Y As Double, _ ByVal tolerance As Double _ ) As Integer
[C#] public int FindNetworkJoinPoint ( double X, double Y, double tolerance );