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


IParcelConstructionData.ParcelNo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IP > IParcelConstructionData Interface > IParcelConstructionData.ParcelNo Property
ArcGIS Developer Help

IParcelConstructionData.ParcelNo Property

The parcel network No.

[Visual Basic .NET]
Public Property ParcelNo As Integer
[C#]
public int ParcelNo {get; set;}
[C++]
HRESULT get_ParcelNo(
  System.Int32* 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

Product Availability

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

See Also

IParcelConstructionData Interface