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


ICamera2.SetupProjectionForSelection 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.SetupProjectionForSelection Method
ArcGIS Developer Help

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