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


IConstructionParentParcels.GetParentParcel 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.GetParentParcel Method
ArcGIS Developer Help

IConstructionParentParcels.GetParentParcel Method

The parent parcelNo at the given index.

[Visual Basic .NET]
Public Sub GetParentParcel ( _
    ByVal i As Integer, _
    ByRef ParcelNo As Integer _
)
[C#]
public void GetParentParcel (
    int i,
    ref int ParcelNo
);
[C++]
HRESULT GetParentParcel(
  long i,
  System.Int32* ParcelNo
);
[C++]
Parameters
i [in]

i is a parameter of type long ParcelNo [in, out]
ParcelNo is a parameter of type long*

Product Availability

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

See Also

IConstructionParentParcels Interface