This document is archived and information here might be outdated. Recommended version. |
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*