ArcObjects Library Reference (CadastralUI)  

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