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


ITimeLayerTrackExtension.ShowTrackTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IT > ITimeLayerTrackExtension Interface > ITimeLayerTrackExtension.ShowTrackTime Property
ArcGIS Developer Help

ITimeLayerTrackExtension.ShowTrackTime Property

Indicates whether to show the track time.

[Visual Basic .NET]
Public Property ShowTrackTime As Boolean
[C#]
public bool ShowTrackTime {get; set;}
[C++]
HRESULT get_ShowTrackTime(
  VARIANT_BOOL pShowTrackTime
);
[C++]
HRESULT put_ShowTrackTime(
  Boolean* pShowTrackTime
);
[C++]
Parameters
pShowTrackTime 

pShowTrackTime is a parameter of type bool pShowTrackTime [out, retval]
pShowTrackTime is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeLayerTrackExtension Interface