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


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

ISceneGraph.SetupProjection Method

Sets projection properties of the current rendering context.

[Visual Basic .NET]
Public Sub SetupProjection ( _
    ByVal pCamera As ICamera _
)
[C#]
public void SetupProjection (
    ICamera pCamera
);
[C++]
HRESULT SetupProjection(
  ICamera* pCamera
);
[C++]

Parameters pCamera [in]
pCamera is a parameter of type ICamera*

Product Availability

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

See Also

ISceneGraph Interface