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
pCamerapCamera is a parameter of type ICamera
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.