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.