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


ITimeLayerTrackExtension.ShowTrackName Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL pShowTrackName
);
[C++]

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

Product Availability

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

See Also

ITimeLayerTrackExtension Interface