This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationContainer Interface > IAGAnimationContainer.ViewController Property (ArcObjects .NET 10.5 SDK) |
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