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


ICamera2.SetupPerspectiveProjetion Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

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