This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralJob Interface > ICadastralJob.ID Property (ArcObjects .NET 10.5 SDK) |
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
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.