This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobCatalog Interface > IJobCatalog.CreateJob Method (ArcObjects .NET 10.5 SDK) |
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