The viewer's camera.
[Visual Basic 6.0] Property Camera As ICamera
[Visual Basic .NET] Public Property Camera As ICamera
[C#] public ICamera Camera {get; set;}
[Java] public ICamera getCamera() throws IOException, AutomationException
[Java] public void setCameraByRef( ICamera pCamera ) throws IOException, AutomationException
[C++] HRESULT get_Camera( ICamera** ppCamera );
[C++] HRESULT putref_Camera( ICamera* ppCamera);
Parameters
ppCamera [out, retval]
ppCamera is a parameter of type ICamera
ppCamera [in]
ppCamera is a parameter of type ICamera