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


ICadastralUnbuildableLines.Unbuildable Property (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.Unbuildable Property
ArcGIS Developer Help

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