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


IAGGroupAnimationOptions.TrackBaseName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.TrackBaseName Property
ArcGIS Developer Help

IAGGroupAnimationOptions.TrackBaseName Property

The base name for the tracks.

[Visual Basic .NET]
Public Property TrackBaseName As String
[C#]
public string TrackBaseName {get; set;}
[C++]
HRESULT get_TrackBaseName(
  System.String* pTrackName
);
[C++]
HRESULT put_TrackBaseName(
  BSTR pTrackName
);
[C++]
Parameters
pTrackName [out, retval]

pTrackName is a parameter of type BSTR* pTrackName [in]
pTrackName is a parameter of type BSTR

Product Availability

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

See Also

IAGGroupAnimationOptions Interface