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


IAGAnimationUtils.LoadAnimationFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationUtils Interface > IAGAnimationUtils.LoadAnimationFile Method
ArcGIS Developer Help

IAGAnimationUtils.LoadAnimationFile Method

Load the animation from a file.

[Visual Basic .NET]
Public Sub LoadAnimationFile ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal pFilename As String _
)
[C#]
public void LoadAnimationFile (
    IAGAnimationContainer pContainer,
    string pFilename
);
[C++]
HRESULT LoadAnimationFile(
  IAGAnimationContainer* pContainer,
  BSTR pFilename
);
[C++]
Parameters
pContainer [in]

pContainer is a parameter of type IAGAnimationContainer* pFilename [in]
pFilename is a parameter of type BSTR

Product Availability

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

Remarks

Load an animation file into an animation container as specified by pContainer.

 

See Also

IAGAnimationUtils Interface