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


ICamera2.SetupPerspectiveProjetion Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera2 Interface > ICamera2.SetupPerspectiveProjetion Method
ArcGIS Developer Help

ICamera2.SetupPerspectiveProjetion Method

Sets perspective projection properties of the current rendering context.

[Visual Basic .NET]
Public Sub SetupPerspectiveProjetion ( _
    ByVal nearPlane As Double, _
    ByVal farPlane As Double, _
    ByVal vAngle As Double, _
    ByVal vAspect As Double, _
    ByVal bUpdateViewport As Boolean _
)
[C#]
public void SetupPerspectiveProjetion (
    double nearPlane,
    double farPlane,
    double vAngle,
    double vAspect,
    bool bUpdateViewport
);
[C++]
HRESULT SetupPerspectiveProjetion(
  double nearPlane,
  double farPlane,
  double vAngle,
  double vAspect,
  VARIANT_BOOL bUpdateViewport
);
[C++]
Parameters
nearPlane [in]

nearPlane is a parameter of type double farPlane [in]
farPlane is a parameter of type double vAngle [in]
vAngle is a parameter of type double vAspect [in]
vAspect is a parameter of type double bUpdateViewport [in]
bUpdateViewport is a parameter of type bool

Product Availability

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

See Also

ICamera2 Interface