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