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


ICamera.Apply Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.Apply Method
ArcGIS Developer Help

ICamera.Apply Method

Applies camera parameters on rendering context.

[Visual Basic .NET]
Public Sub Apply ( _
)
[C#]
public void Apply (
);
[C++]
HRESULT Apply(
void
);

Product Availability

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

See Also

ICamera Interface