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


The following tables list the members exposed by MapApplication.

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)LayerNameProperty Identifies the LayerName attached DependencyProperty  
public Fieldstatic (Shared in Visual Basic)PortalPropertyIdentifies the Portal DependencyProperty  
public Fieldstatic (Shared in Visual Basic)SelectedLayerPropertyIdentifies the SelectedLayer DependencyProperty  
Top

Public Properties

 NameDescription
public PropertyCulture Gets the culture of the application  
public Propertystatic (Shared in Visual Basic)CurrentGets the MapApplication instance for the current application  
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyIsEditMode Gets whether the application is in edit mode. If in edit mode, the application's configuration (tools, behaviors, layers, etc) can be modified.  
public PropertyMap Gets the Map object for the current application instance  
public PropertyPortal Gets the ArcGIS portal endpoint used by the application  
public PropertySelectedLayer Gets or set the application's currently selected layer  
public PropertyUrls Gets the URL-accessible endpoints that are used by the application  
Top

Public Methods

 NameDescription
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodFindObjectInLayout Finds a DependencyObject in the layout of the application  
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public Methodstatic (Shared in Visual Basic)GetLayerName Gets the display name of the given layer  
public MethodGetPopup Gets the popup info for a given feature  
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodHideWindow Hides the application window hosting the given content  
public MethodLoadMap Loads the layers from a map into the application  
public MethodLoadWebMap Loads a web map into the application  
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodResolveUrl Resolves a relative URL to a fully-qualified application URL  
public Methodstatic (Shared in Visual Basic)SetLayerName Sets the display name of the given layer  
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodShowPopup Display the popup for a given feature  
public MethodShowWindow Displays content in an application window  
Top

Public Events

 NameDescription
public EventInitializationFailed Occurs when application initialization fails  
public EventInitialized Occurs when the application has been initialized  
public EventSelectedLayerChanged Occurs when the application's selected layer changes  
Top

See Also

© Esri, Inc. All Rights Reserved.