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


IAGAnimationContainer.AnimationFileFilter 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.AnimationFileFilter Property
ArcGIS Developer Help

IAGAnimationContainer.AnimationFileFilter Property

The filter for browing animation files.

[Visual Basic .NET]
Public Function get_AnimationFileFilter ( _
    ByVal bAllVersions As Boolean _
) As String
[C#]
public string get_AnimationFileFilter (
    bool bAllVersions
);
[C++]
HRESULT get_AnimationFileFilter(
  VARIANT_BOOL bAllVersions,
  System.String* pFilter
);
[C++]
Parameters
bAllVersions [in]

bAllVersions is a parameter of type bool pFilter [out, retval]
pFilter is a parameter of type BSTR*

Product Availability

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

See Also

IAGAnimationContainer Interface