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


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

IAGAnimationTrackExtensions.Extension Property

The extension at the specified index.

[Visual Basic .NET]
Public Function get_Extension ( _
    ByVal index As Integer _
) As Object
[C#]
public object get_Extension (
    int index
);
[C++]
HRESULT get_Extension(
  long index,
  IUnknown Pointer* ext
);
[C++]
Parameters
index [in]

index is a parameter of type long ext [out, retval]
ext is a parameter of type IUnknown*

Product Availability

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

See Also

IAGAnimationTrackExtensions Interface

.NET Samples

Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap