ArcObjects Library Reference (GlobeCore)  

INavigate3DView.Begin Method

Does any initialization steps required to begin Camera movement.

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

Parameters

pCamera

  pCamera is a parameter of type ICamera

Product Availability

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

See Also

INavigate3DView Interface