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


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

IAGAnimationContainer.AnimationFileExtension Property

The extension for the animation files.

[Visual Basic .NET]
Public ReadOnly Property AnimationFileExtension As String
[C#]
public string AnimationFileExtension {get;}
[C++]
HRESULT get_AnimationFileExtension(
  System.String* pExt
);
[C++]
Parameters
pExt [out, retval]

pExt is a parameter of type BSTR*

Product Availability

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

See Also

IAGAnimationContainer Interface