This document is archived and information here might be outdated. Recommended version. |
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
Load an animation file into an animation container as specified by pContainer.