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


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

IStatusMessage.CreationDate Property

Indicates the date of the status message'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

IStatusMessage Interface