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


ICamera3.OrthoViewingExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera3 Interface > ICamera3.OrthoViewingExtent Property
ArcGIS Developer Help

ICamera3.OrthoViewingExtent Property

The extent visible by the camera in orthographic view.

[Visual Basic .NET]
Public WriteOnly Property OrthoViewingExtent_2
[C#]
public void OrthoViewingExtent_2 {set;}
[C++]
HRESULT put_OrthoViewingExtent(
  IEnvelope* 
);
[C++]
Parameters
 [in]

is a parameter of type IEnvelope*

Product Availability

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

See Also

ICamera3 Interface