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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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