CreateStep

Creates a presentation step. Presentations are created from a combination of actions and steps. Actions are the specific activities that the presentation tool is to perform when the presentation is played, such as 'Record Route' or 'Show Object'. While steps are like "chapter headings" that group together related actions and provide increased flexibility for displaying a presentation by enabling you to quickly jump from one step to another in the presentation.

 

JavaScript

 

CreateStep(

       Description)

 

C#

 

IPresentationItem80 CreateStep (

       string Description)

 

C++

 

HRESULT CreateStep (

       [in] BSTR Description,

       {out, retval] IPresentationItem80** pIPresentationItem80)

Parameters

Description

A description (title) of the presentation step being created.

Return Value

pIPresentationItem80

An IPresentationItem80 representing the presentation step that was created. 

Exceptions

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