This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IP > IParcelConstructionData Interface > IParcelConstructionData.ParcelNo Property (ArcObjects .NET 10.4 SDK) |
The parcel network No.
[Visual Basic .NET] Public Property ParcelNo As Integer
[C#] public int ParcelNo {get; set;}
[C++]
HRESULT get_ParcelNo(
long* ParcelNo
);
[C++]
HRESULT put_ParcelNo(
long ParcelNo
);
[C++]
Parameters ParcelNo [out, retval] ParcelNo is a parameter of type long ParcelNo [in] ParcelNo is a parameter of type long