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


IConstructionParentParcels.AddParentParcel Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IConstructionParentParcels.AddParentParcel Method

Add a parent parcelNo for the construction.

[Visual Basic .NET]
Public Sub AddParentParcel ( _
    ByVal ParcelNo As Integer _
)
[C#]
public void AddParentParcel (
    int ParcelNo
);
[C++]
HRESULT AddParentParcel(
  long ParcelNo
);
[C++]

Parameters ParcelNo [in] ParcelNo is a parameter of type long

Product Availability

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

See Also

IConstructionParentParcels Interface