This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralLinePoints2Ex Interface > ICadastralLinePoints2Ex.CreateLinePoint Method (ArcObjects .NET 10.4 SDK) |
Create a break on the nearest line if within tolerance. Tolerance of -1 will use default value.
[Visual Basic .NET] Public Sub CreateLinePoint ( _ ByVal pPoint As IGSPoint, _ ByVal Tolerance As Double _ )
[C#] public void CreateLinePoint ( IGSPoint pPoint, double Tolerance );