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


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

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(
  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

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

[C++]

HRESULT get_StartDate(

BSTR* StartDate,

);

See Also

ICadastralJob Interface