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


ICadastralJob.JobParcels Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralJob Interface > ICadastralJob.JobParcels Property
ArcGIS Developer Help

ICadastralJob.JobParcels Property

All the parcels participating in the cadastral job.

[Visual Basic .NET]
Public ReadOnly Property JobParcels As IFIDSet
[C#]
public IFIDSet JobParcels {get;}
[C++]
HRESULT get_JobParcels(
  IFIDSet** ppParcelIDSet
);
[C++]
Parameters
ppParcelIDSet [out, retval]

ppParcelIDSet is a parameter of type IFIDSet**

Product Availability

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

Remarks

All the parcels participating in the cadastral job.

Use this property to retrieve the FIDSet containing the ObjectIDs of all the parcels participating in the cadastral job.

Question:

What is the difference between ICadastralJob::AdjustmentAreaParcels and ICadastralJob::JobParcels?

Answer:

The get property ::AdjustmentAreaParcels will return the JobParcels minus the edit parcels in the cadastral job.

[C++]

HRESULT get_JobParcels(

IFIDSet** JobParcelIDSet,

);

See Also

ICadastralJob Interface