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


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

ICadastralJob.CommitDate Property

The date the cadastral job was committed.

[Visual Basic .NET]
Public ReadOnly Property CommitDate As String
[C#]
public string CommitDate {get;}
[C++]
HRESULT get_CommitDate(
  System.String* Date
);
[C++]
Parameters
Date [out, retval]

Date is a parameter of type BSTR*

Product Availability

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

Remarks

The date the job was commited for the cadastral fabric. Use the CommitDate property to return the date the cadastral job was committed to the cadastral fabric. This is the date that the Status property of the cadastral job was changed to committed.

[C++]

HRESULT get_CommitDate(

BSTR* CommitDate,

);

See Also

ICadastralJob Interface