Determines if an Esri basemap should be added to the map obtained from ArcGIS server connection. Does not affect any other type of map.

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool AddEsriBasemap { get; set; }
Visual Basic
Public Property AddEsriBasemap As Boolean
	Get
	Set
JScript
function get AddEsriBasemap () : boolean
function set AddEsriBasemap (value : boolean)

See Also