ArcGIS Extensibility SDK for Silverlight - Library Reference
GetPopupTitleExpressions Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace > LayerProperties Class : GetPopupTitleExpressions Method
obj
The layer to set title expressions for
Gets the title expressions used to display the titles on a layer's popups.

Syntax

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

Parameters

obj
The layer to set title expressions 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 format strings like this: "{NAME}: {POPULATION}"

Requirements

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

See Also

© Esri, Inc. All Rights Reserved.