ArcGIS Explorer Component Help |
PresentationOptions..::.SlideAdvanceInterval Property |
PresentationOptions Class See Also |
Gets or sets a default time interval used to assign timings to new slides in a presentation set to run automatically.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public int SlideAdvanceInterval { get; set; } |
Visual Basic (Declaration) |
---|
Public Property SlideAdvanceInterval As Integer |
Field Value
The default slide advance interval in seconds.Remarks
This property has been re-purposed at the 1500 release. Each slide can now have a specified timing, defined by the
AdvanceInterval property, if the AutomaticSlideAdvance property is trueTruetruetrue (True in Visual Basic). Consequently,
this property now represents the default slide time which will be used when new slides are created.