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


IGxWorldView.GetCamera Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalystUI)  

IGxWorldView.GetCamera Method

Returns the ICamera interface.

[Visual Basic .NET]
Public Sub GetCamera ( _
    ByRef pCamera As ICamera _
)
[C#]
public void GetCamera (
    ref ICamera pCamera
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGxWorldView Interface