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


ICadastralLinePoints.DeleteLinePoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralLinePoints Interface > ICadastralLinePoints.DeleteLinePoint Method
ArcGIS Developer Help

ICadastralLinePoints.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

ICadastralLinePoints Interface