ArcGIS API for Silverlight - Library Reference
Document Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace : Document Class


The following tables list the members exposed by Document.

Public Constructors

 NameDescription
public ConstructorDocument ConstructorInitializes a new instance of the Document class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)IsBaseMapProperty Indicates whether the layer is a base map layer in the web map document.  
public Fieldstatic (Shared in Visual Basic)LayerUrlsProperty The dictionary of layer URL's used for all queries against each layer, which includes popups, attribute queiries, etc.  
public Fieldstatic (Shared in Visual Basic)PopupTemplateProperty The popup DataTemplate for a GraphicsLayer.  
public Fieldstatic (Shared in Visual Basic)PopupTemplatesProperty The popup DataTemplate for map service layers.  
public Fieldstatic (Shared in Visual Basic)WebMapDataProperty The data associated with the layer in the web map document.  
Top

Public Properties

 NameDescription
public PropertyBingToken The token for being used by Bing Maps. If this is not set, Bing maps layers will not load until the token has been set.  
public PropertyGeometryServiceUrl Gets or sets the geometry service URL.  
public PropertyProxyUrl URL to proxy the requests through when necessary. If this is not set, layers that require a proxy will not be loaded.  
public PropertyServerBaseUrl Gets or sets the server base URL from where items can be loaded.  
public PropertyToken Gets or sets the token. If this property is not set, non-public documents will not be loaded.  
Top

Public Methods

 NameDescription
public Methodstatic (Shared in Visual Basic)GetIsBaseMap Gets the IsBaseMap property.  
public MethodGetItemAsync Gets map item metadata.  
public MethodGetMapAsyncOverloaded.  Creates a map from ArcGIS Online based on its Item ID.  
public MethodGetMapFromJsonAsync Creates a map from a JSON Web Map Document.  
public Methodstatic (Shared in Visual Basic)SetIsBaseMap Sets the IsBaseMap property.  
Top

Public Events

 NameDescription
public EventGetItemCompletedFired when the GetItemAsync completes.  
public EventGetMapCompletedFired when the GetMapAsync(String,Object) completes.  
Top

See Also

© ESRI, Inc. All Rights Reserved.