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


IJobCatalog.CreateJob Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobCatalog Interface > IJobCatalog.CreateJob Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IJobCatalog Interface