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


ICadastralUnbuildableLines.RemoveLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralUnbuildableLines Interface > ICadastralUnbuildableLines.RemoveLine Method
ArcGIS Developer Help

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