ArcGIS Extensibility SDK for Silverlight - Library Reference
GetPopupDataTemplates Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace > LayerProperties Class : GetPopupDataTemplates Method
obj
The layer to retrieve templates for
Gets the XAML data templates used to display the contents of a layer's popups.

Syntax

C# 
public static IDictionary<int,string> GetPopupDataTemplates( 
   ESRI.ArcGIS.Client.Layer obj
)

Parameters

obj
The layer to retrieve templates for

Return Value

Dictionary with integer keys and string values. Integer keys are layer ids: -1 for a GraphicLayer, otherwise Layer ID. String values are XAML data template strings on which XamlReader.Load can be called to create a DataTemplate.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© Esri, Inc. All Rights Reserved.