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


ICadastralJob.StartDate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralJob.StartDate Property

The start date for the cadastral job.

[Visual Basic .NET]
Public ReadOnly Property StartDate As String
[C#]
public string StartDate {get;}
[C++]
HRESULT get_StartDate(
  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

Use this property to retrieve the start date for the cadastral job.

[C++]

See Also

ICadastralJob Interface