Gets or sets a value indicating if the presentation's slides can change the basemap.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool AllowBasemapChange { get; set; }
Visual Basic (Declaration)
Public Property AllowBasemapChange As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if slides change the basemap, falseFalsefalsefalse (False in Visual Basic) if the basemap is fixed.

Remarks

A presentation Slide includes the basemap that was active when it was captured. When presenting or setting the CurrentSlide, if AllowBasemapChange is true, the basemap will change to match the slide's basemap. If AllowBasemapChange is false, the basemap will remain constant.

See Also