ArcObjects Library Reference (CadastralUI)  

ICadastralUnbuildableLines.AddLine Method

Add a line to the group of unbuildable lines.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralUnbuildableLines Interface