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


ICadastralLinePoints2.DeleteLinePoint Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoSurvey)  

ICadastralLinePoints2.DeleteLinePoint Method

Delete unjoined parcels from the packet.

[Visual Basic .NET]
Public Sub DeleteLinePoint ( _
    ByVal LinePoint As Integer _
)
[C#]
public void DeleteLinePoint (
    int LinePoint
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLinePoints2 Interface