ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralFabric.DeleteJob Method

Deletes the existing job.

[Visual Basic .NET]
Public Sub DeleteJob ( _
    ByVal Name As String _
)
[C#]
public void DeleteJob (
    string Name
);
[C++]
HRESULT DeleteJob(
  BSTR Name
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR

Product Availability

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

Errors Returned

FDO_E_CADASTRAL_FABRIC_JOB_NOT_FOUND: A job with that name was not found in the Cadastral Fabric dataset.

Remarks

Deletes a Cadastral Job from the Cadastral Fabric.

The DeleteJob method can be used to delete a cadastral job given the name of the job to be deleted. The DeleteJob method will delete its record in the cadastral jobs table and the associated references in the JobObjects table.

[C++]

See Also

ICadastralFabric Interface