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


INavigate3DView.MoveLeftRight Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

INavigate3DView.MoveLeftRight Method

Moves Camera Left and Right.

[Visual Basic .NET]
Public Sub MoveLeftRight ( _
    ByVal distance As Double _
)
[C#]
public void MoveLeftRight (
    double distance
);
[C++]
HRESULT MoveLeftRight(
  double distance
);
[C++]

Parameters distance distance is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INavigate3DView Interface