ArcObjects Library Reference (CadastralUI)  

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