ArcObjects Library Reference (CadastralUI)  

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