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


IAGAnimationContainer.AnimationFileExtension Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

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(
  BSTR* 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