This document is archived and information here might be outdated.  Recommended version.


ICadastralJob.Status Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralJob Interface > ICadastralJob.Status Property
ArcGIS Developer Help

ICadastralJob.Status Property

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

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

[C++]

HRESULT get_Status(

BSTR* Status,

);

HRESULT put_Status(

BSTR Status,

);

See Also

ICadastralJob Interface