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


IAGAnimationTrackExtensions.ExtensionCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationTrackExtensions.ExtensionCount Property

Number of extensions.

[Visual Basic .NET]
Public ReadOnly Property ExtensionCount As Integer
[C#]
public int ExtensionCount {get;}
[C++]
HRESULT get_ExtensionCount(
  long* count
);
[C++]

Parameters count [out, retval] count is a parameter of type long

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 (Code Files: frmPropertyPage MapGraphicKeyframe MapGraphicTrackPropPage)