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


ITimeLayerTrackExtension.ShowTrackName Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Animation)  

ITimeLayerTrackExtension.ShowTrackName Property

Indicates whether to show the track name.

[Visual Basic .NET]
Public Property ShowTrackName As Boolean
[C#]
public bool ShowTrackName {get; set;}
[C++]
HRESULT get_ShowTrackName(
  VARIANT_BOOL pShowTrackName
);
[C++]
HRESULT put_ShowTrackName(
  Boolean* pShowTrackName
);
[C++]

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

Product Availability

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

See Also

ITimeLayerTrackExtension Interface