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


IJobManager.EditJob Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IJ > IJobManager Interface > IJobManager.EditJob Method
ArcGIS Developer Help

IJobManager.EditJob Method

Job to edit. A NULL value will create a new job.

[Visual Basic .NET]
Public Sub EditJob ( _
    ByVal pEditingJob As ICadastralJob _
)
[C#]
public void EditJob (
    ICadastralJob pEditingJob
);

Product Availability

Available with ArcGIS Desktop.

See Also

IJobManager Interface