ArcObjects Library Reference (Animation)  

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,
  LPUNKNOWN* ext
);
[C++]

Parameters

index [in]   index is a parameter of type long ext [out, retval]   ext is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IAGAnimationTrackExtensions Interface