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


ICamera.OrthoViewingExtent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ICamera.OrthoViewingExtent Property

The extent visible by the camera in orthographic view.

[Visual Basic .NET]
Public ReadOnly Property OrthoViewingExtent As IEnvelope
[C#]
public IEnvelope OrthoViewingExtent {get;}
[C++]
HRESULT get_OrthoViewingExtent(
  IEnvelope** ppVisExtent
);
[C++]

Parameters ppVisExtent [out, retval]
ppVisExtent is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ICamera Interface