ShowPath

Shows the flight path of the presentation.

 

JavaScript

 

ShowPath (

       ItemID,

       Show,

       withAnimation)

 

C#

 

void ShowPath (

       string ItemID,

       bool Show,

       bool withAnimation)

 

C++

 

HRESULT ShowPath (

       [in] BSTR ItemID,

       [in] VARIANT_BOOL Show,

       [in] VARIANT_BOOL withAnimation)

Parameters

ItemID

The ID of the presentation item.

Show

A Boolean that determines whether the path is shown.

withAnimation

A Boolean that determines whether a small 3D camera that moves along the path is shown.

 

Exceptions

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