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
See Also