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


IAGAnimationContainer.ViewController Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationContainer Interface > IAGAnimationContainer.ViewController Property
ArcGIS Developer Help

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