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