CreatePlayTimeAnimationProjectStep

Creates a step that animates progress of the system time to display the changes on the terrain over the project’s entire time range.

 

JavaScript

 

CreatePlayTimeAnimationProjectStep(

       AdvancedType,

       WaitTime,

       Description,

       AnimationLength)

 

C#

 

CreatePlayTimeAnimationProjectStep(

       PresentationStepContinue AdvancedType,

       int WaitTime,

       string Description,

       int AnimationLength)

 

C++

 

CreatePlayTimeAnimationProjectStep(

       PresentationStepContinue AdvancedType,

       long WaitTime,

       BSTR Description,

       long AnimationLength,

       IPresentationStep66** Step);

Parameters

AdvancedType

An enum that determines how the presentation advances to the next step. The following are its possible values:

·          PSC_MOUSECLICK = 0
On mouse click.

·          PSC_WAIT = 1
Automatically after the preset wait time.

WaitTime

After performing the step, the number of seconds to wait before the presentation should advance to the next step.

Description

A string describing the step that displays in the Presentation Editor. If an empty string is passed into this parameter, TerraExplorer assigns it a unique name.

AnimationLength

The length of time the animation should play.

Return Value

Step

An IPresentationStep66 representing the time animation step that was created.

Exceptions

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