ArcObjects Library Reference (CadastralUI)  

IEnumCELines.Delete Method

Delete line in enum.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumCELines Interface