This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralJoin Interface > ICadastralJoin.CreateLinePointJoinLink Method (ArcObjects .NET 10.4 SDK) |
Create a new Join Link from a point to a line point.
[Visual Basic .NET] Public Sub CreateLinePointJoinLink ( _ ByVal isNetworkPoint As Boolean, _ ByVal pointID As Integer, _ ByVal gndX As Double, _ ByVal gndY As Double, _ ByVal tolerance As Double, _ ByRef joinRecIndex As Integer, _ ByRef linePointX As Double, _ ByRef linePointY As Double _ )
[C#] public void CreateLinePointJoinLink ( bool isNetworkPoint, int pointID, double gndX, double gndY, double tolerance, ref int joinRecIndex, ref double linePointX, ref double linePointY );