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


IVideoExportUtils.RestorePreviousContext Method (ArcObjects .NET 10.5 SDK)
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