This document is archived and information here might be outdated. Recommended version. |
The cadastral job status.
[Visual Basic .NET]
Public Property Status As Integer
[C#]
public int Status {get; set;}
[C++]
HRESULT get_Status(
System.Int32* 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
HRESULT get_Status(
BSTR* Status,
);
HRESULT put_Status(
BSTR Status,
);