ArcObjects Library Reference (CadastralUI)  

ICadastralUnbuildableLines.RemoveLine Method

Remove a line from the group of unbuildable lines.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralUnbuildableLines Interface