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 > ICadastralJob Interface > ICadastralJob.Status Property (ArcObjects .NET 10.5 SDK) |
The cadastral job status.
[Visual Basic .NET] Public Property Status As Integer
[C#] public int Status {get; set;}
[C++]
HRESULT get_Status(
long* Status
);
[C++]
HRESULT put_Status(
long Status
);
[C++]
Parameters Status [out, retval] Status is a parameter of type long Status [in] Status is a parameter of type long
The status of the cadastral job.
Use this property to retrieve or set the status for the cadastral job. The status value is a coded value in the status field of the Jobs table.
Valid system values:
0 - Active
1 - Committed
2 - Remote
3 - Hold