ArcObjects Library Reference (GeoDatabaseExtensions)  

IConstructionUnbuildableLines.RemoveUnbuildableLine Method

Remove unbuildable line for the parent parcel.

[Visual Basic .NET]
Public Sub RemoveUnbuildableLine ( _
    ByVal parentParcelNo As Integer, _
    ByVal fromPointNo As Integer, _
    ByVal toPointNo As Integer _
)
[C#]
public void RemoveUnbuildableLine (
    int parentParcelNo,
    int fromPointNo,
    int toPointNo
);
[C++]
HRESULT RemoveUnbuildableLine(
  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