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


ICadastralJob.ID 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.ID Property
ArcGIS Developer Help

ICadastralJob.ID Property

The ObjectID of the Cadastral Job.

[Visual Basic .NET]
Public ReadOnly Property ID As Integer
[C#]
public int ID {get;}
[C++]
HRESULT get_ID(
  System.Int32* JobID
);
[C++]
Parameters
JobID [out, retval]

JobID is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The ObjectID of the CadastralJob.

Use the ID property to retrieve the ID attribute of the cadastral job. Use the GetJob method to retrieve a CadastralJob object from the cadastral fabric.

[C++]

HRESULT get_ID(

long* JobID,

);

See Also

ICadastralJob Interface