ArcObjects Library Reference (Animation)  

IVideoExportUtils.RestorePreviousContext Method

Restores the OpenGL rendering context after offscreen video export.

[Visual Basic .NET]
Public Sub RestorePreviousContext ( _
    ByVal pContainer As IAGAnimationContainer _
)
[C#]
public void RestorePreviousContext (
    IAGAnimationContainer pContainer
);
[C++]
HRESULT RestorePreviousContext(
  IAGAnimationContainer* pContainer
);
[C++]

Parameters

pContainer [in]

  pContainer is a parameter of type IAGAnimationContainer

Product Availability

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

See Also

IVideoExportUtils Interface