ArcObjects Library Reference (System)  

IJobCatalog.CreateJob Method

Creates a job and adds it to the catalog.

[Visual Basic .NET]
Public Function CreateJob ( _
) As IJob
[C#]
public IJob CreateJob (
);
[C++]
HRESULT CreateJob(
  IJob** ppJob
);
[C++]

Parameters

ppJob [out, retval]

  ppJob is a parameter of type IJob

Product Availability

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

See Also

IJobCatalog Interface