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)