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


IConstructionUnbuildableLines.GetUnbuildableLines Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IConstructionUnbuildableLines.GetUnbuildableLines Method

Retrieve the from and to points for the unbuildables lines of the parent parcel.

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

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

Product Availability

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

See Also

IConstructionUnbuildableLines Interface