ArcObjects Library Reference (GeoDatabaseExtensions)  

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,
  long* 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