ArcGIS Extensibility SDK for Silverlight - Library Reference
ShowPopup Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace > MapApplication Class : ShowPopup Method
graphic
The graphic representing the feature to show the popup for
layer
The layer containing the feature to show the popup for
layerId
The ID of the sub-layer containing the feature to show the popup for
Display the popup for a given feature

Syntax

C# 
public void ShowPopup( 
   ESRI.ArcGIS.Client.Graphic graphic,
   ESRI.ArcGIS.Client.Layer layer,
   Nullable<int> layerId
)

Parameters

graphic
The graphic representing the feature to show the popup for
layer
The layer containing the feature to show the popup for
layerId
The ID of the sub-layer containing the feature to show the popup for

Requirements

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

See Also

© Esri, Inc. All Rights Reserved.