This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabric Interface > ICadastralFabric.GetJob Method (ArcObjects .NET 10.5 SDK) |
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,
ICadastralJob** Job
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR Job [out, retval]
Job is a parameter of type ICadastralJob
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.