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


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

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