ArcObjects Library Reference (CadastralUI)  

ICadastralUnbuildableLines.Unbuildable Property

Indicates whether line is unbuildable line.

[Visual Basic .NET]
Public Function get_Unbuildable ( _
    ByVal pGSLine As IGSLine _
) As Boolean
[C#]
public bool get_Unbuildable (
    IGSLine pGSLine
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralUnbuildableLines Interface