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


IAGAnimationContainer.ViewController Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationContainer.ViewController Property

The controller object (Camera) of a viewer.

[Visual Basic .NET]
Public Function get_ViewController ( _
    ByVal pViewer As Object _
) As Object
[C#]
public object get_ViewController (
    object pViewer
);
[C++]
HRESULT get_ViewController(
  LPUNKNOWN pViewer,
  IUnknown Pointer* ppController
);
[C++]

Parameters pViewer [in]
pViewer is a parameter of type IUnknown ppController [out, retval]
ppController is a parameter of type IUnknown*

Product Availability

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

See Also

IAGAnimationContainer Interface