ArcGIS Extensibility SDK for Silverlight - Library Reference
GetPopup Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace > IMapApplication Interface : GetPopup Method
graphic
The graphic representing the feature to retrieve popup info for
layer
The layer containing the feature to retrieve popup info for
layerId
The ID of the sub-layer containing the feature to retrieve popup info for
Gets the popup info for a given feature

Syntax

C# 
OnClickPopupInfo GetPopup( 
   ESRI.ArcGIS.Client.Graphic graphic,
   ESRI.ArcGIS.Client.Layer layer,
   Nullable<int> layerId
)

Parameters

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

Return Value

The feature's popup info

Requirements

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

See Also

© Esri, Inc. All Rights Reserved.