ArcObjects Library Reference (3DAnalyst)  

ICamera.RecalcUp Method

Updates the up-vector.

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

Product Availability

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

See Also

ICamera Interface

.NET Snippets

Toggle Between Surface and Global Navigation Mode |

.NET Samples

Navigating around the GlobeControl (Code Files: Navigation) |