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


ICadastralJob Interface (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
ArcGIS Developer Help

ICadastralJob Interface

Provides access to members that control the properties of a cadastral job.

Product Availability

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

Members

Name Description
Method AddControlPoint Adds a control point to the job.
Method AddEditParcel Adds an edit parcel to the job.
Read/write property AdjustmentAreaParcels All parcels for the complete area of the job.
Read-only property CommitDate The date the cadastral job was committed.
Read/write property ControlPoints The control points for the cadastral job.
Read/write property Description The cadastral job description.
Read/write property EditParcels Edit parcels for the cadastral job.
Read/write property ExtendedAttribute The value of an extended attribute.
Read-only property ID The ObjectID of the Cadastral Job.
Read-only property JobParcels All the parcels participating in the cadastral job.
Read-only property ModifiedDate The date the cadastral job was last modified.
Read/write property Name The cadastral job name.
Read/write property Owner The owner of the cadastral job.
Method RemoveControlPoint Removes a control point from the job.
Method RemoveEditParcel Removes a parcel from the job.
Read-only property StartDate The start date for the cadastral job.
Read/write property Status The cadastral job status.

Classes that implement ICadastralJob

Classes Description
CadastralJob A container for the properties of a Cadastral Job.

Remarks

This is a light-weight object used to retrieve and update the properties of a cadastral job. Property values are stored in the jobs table.