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


IConstructionUnbuildableLines.SetUnbuildableLines Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IConstructionUnbuildableLines.SetUnbuildableLines Method

Input the from and to points for the unbuildable lines of the parent parcel.

[Visual Basic .NET]
Public Sub SetUnbuildableLines ( _
    ByVal parentParcelNo As Integer, _
    ByVal Count As Integer, _
    ByRef fromPointNos As Integer, _
    ByRef toPointNos As Integer _
)
[C#]
public void SetUnbuildableLines (
    int parentParcelNo,
    int Count,
    ref int fromPointNos,
    ref int toPointNos
);
[C++]
HRESULT SetUnbuildableLines(
  long parentParcelNo,
  long Count,
  long* fromPointNos,
  long* toPointNos
);
[C++]

Parameters parentParcelNo [in] parentParcelNo is a parameter of type long Count [in] Count is a parameter of type long fromPointNos [in] fromPointNos is a parameter of type long toPointNos [in] toPointNos is a parameter of type long

Product Availability

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

See Also

IConstructionUnbuildableLines Interface