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