This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralJob Interface > ICadastralJob.JobParcels Property (ArcObjects .NET 10.4 SDK) |
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
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.