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


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

ICamera2.SetupProjectionForSelection Method

Sets projection properties of the current rendering context.

[Visual Basic .NET]
Public Sub SetupProjectionForSelection ( _
    ByVal Extent As IEnvelope, _
    ByRef origin As WKSPointZ _
)
[C#]
public void SetupProjectionForSelection (
    IEnvelope Extent,
    ref WKSPointZ origin
);
[C++]
HRESULT SetupProjectionForSelection(
  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