ArcGIS Extensibility SDK for Silverlight - Library Reference
SetPopupTitleExpressions Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace > LayerProperties Class : SetPopupTitleExpressions Method
obj
The layer to get title expressions for
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}"
Sets the title expressions used to display the titles on a layer's popups.

Syntax

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

Parameters

obj
The layer to get title expressions for
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.