This document is archived and information here might be outdated. Recommended version. |
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
FDO_E_CADASTRAL_FABRIC_JOB_NOT_FOUND: A job with that name was not found in the Cadastral Fabric dataset.
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.
HRESULT DeleteJob(
BSTR Name
);