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


IEnumCELinePoints.Delete Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IE > IEnumCELinePoints Interface > IEnumCELinePoints.Delete Method
ArcGIS Developer Help

IEnumCELinePoints.Delete Method

Delete linepoint in enum.

[Visual Basic .NET]
Public Sub Delete ( _
    ByVal pPoint As IGSLinePoint _
)
[C#]
public void Delete (
    IGSLinePoint pPoint
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumCELinePoints Interface