ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  long* 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++]

See Also

ICadastralJob Interface