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,
  LPUNKNOWN* ppController
);
[C++]

Parameters

pViewer [in]   pViewer is a parameter of type LPUNKNOWN ppController [out, retval]   ppController is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IAGAnimationContainer Interface