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


IConstructionUnbuildableLines.AddUnbuildableLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionUnbuildableLines Interface > IConstructionUnbuildableLines.AddUnbuildableLine Method
ArcGIS Developer Help

IConstructionUnbuildableLines.AddUnbuildableLine Method

Mark a line as unbuildable for the parent parcel.

[Visual Basic .NET]
Public Sub AddUnbuildableLine ( _
    ByVal parentParcelNo As Integer, _
    ByVal fromPointNo As Integer, _
    ByVal toPointNo As Integer _
)
[C#]
public void AddUnbuildableLine (
    int parentParcelNo,
    int fromPointNo,
    int toPointNo
);
[C++]
HRESULT AddUnbuildableLine(
  long parentParcelNo,
  long fromPointNo,
  long toPointNo
);
[C++]
Parameters
parentParcelNo [in]

parentParcelNo is a parameter of type long fromPointNo [in]
fromPointNo is a parameter of type long toPointNo [in]
toPointNo is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConstructionUnbuildableLines Interface