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


IAGAnimationTrackExtensions.AddExtension Method (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.AddExtension Method
ArcGIS Developer Help

IAGAnimationTrackExtensions.AddExtension Method

Adds a new extension.

[Visual Basic .NET]
Public Sub AddExtension ( _
    ByVal ext As Object _
)
[C#]
public void AddExtension (
    object ext
);
[C++]
HRESULT AddExtension(
  LPUNKNOWN ext
);
[C++]
Parameters
ext [in]

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 Move a graphic along a path in ArcMap