This document is archived and information here might be outdated. Recommended version. |
Retrieves a cadastral job given its name.
[Visual Basic .NET] Public Function GetJob ( _ ByVal Name As String _ ) As ICadastralJob
[C#] public ICadastralJob GetJob ( string Name );
[C++]
HRESULT GetJob(
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 does not exist in the Cadastral Fabric dataset.
Retrieve a Cadastral Job by its name.
The GetJob method can be used to retrieve any active cadastral job of the fabric given the name of the job.
HRESULT GetJob(
BSTR Name,
ICadastralJob** Job
);