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


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

ICamera2.SetupProjection Method

Sets projection properties of the current rendering context.

[Visual Basic .NET]
Public Sub SetupProjection ( _
    ByVal Extent As IEnvelope, _
    ByRef origin As WKSPointZ _
)
[C#]
public void SetupProjection (
    IEnvelope Extent,
    ref WKSPointZ origin
);
[C++]
HRESULT SetupProjection(
  IEnvelope* Extent,
  WKSPointZ* origin
);
[C++]

Parameters Extent [in]
Extent is a parameter of type IEnvelope* origin [in]
origin is a parameter of type WKSPointZ*

Product Availability

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

See Also

ICamera2 Interface