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.