Annc.ShowLength

[This is preliminary documentation and subject to change.]

The ShowLength property specifies the duration of the interactive show, in seconds.

Syntax

object.ShowLength [ = dShowLength ]
 

Parts

object
Object expression that resolves to an Annc object.
dShowLength
Double that contains the length of the interactive show, in seconds. The default value is 0.

Remarks

You are not required to set this property in order for the announcement file created by Annc.Store to be valid. The default value is sufficient in many cases, such as announcements for current shows.

Examples

The following examples sets the show length to 30 minutes. Note that ann is an Annc object variable.

ann.ShowLength = 1800
 

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.

See Also

Annc.ShowStart