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


ICadastralJob.CommitDate Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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

See Also

ICadastralJob Interface