This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionParentParcels Interface > IConstructionParentParcels.GetParentParcel Method (ArcObjects .NET 10.4 SDK) |
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