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


ISceneGraph.SetupProjection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.SetupProjection Method
ArcGIS Developer Help

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