ZoomOut

Moves the camera backward, farther from the point of interest.

 

JavaScript

 

ZoomOut(delta)

 

C#

 

void ZoomOut(

       double delta = 0)

 

C++

 

HRESULT ZoomOut(

       double delta)

Parameters

delta

Distance to move backward.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.

Remarks

If the delta parameter is not specified, the ZoomOut method triples the distance between the camera and the point of interest.

If the delta parameter is negative, the method zooms in.