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


IArguments.CreationDate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IArguments Interface > IArguments.CreationDate Property
ArcGIS Developer Help

IArguments.CreationDate Property

Date of data's creation.

[Visual Basic .NET]
Public ReadOnly Property CreationDate As Object
[C#]
public object CreationDate {get;}
[C++]
HRESULT get_CreationDate(
  Variant* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IArguments Interface