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


ICadastralLinePoints2Ex.CreateLinePoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralLinePoints2Ex Interface > ICadastralLinePoints2Ex.CreateLinePoint Method
ArcGIS Developer Help

ICadastralLinePoints2Ex.CreateLinePoint Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLinePoints2Ex Interface