|
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout | |
| ServerAction Method | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace > PageMapCenterAt Class : ServerAction Method |
- args
- Holds the results of the client-side interaction. The ToolEventArgs contains the point at which to center the map.
- info
- Information on the dataframe in which the user performed the client-side interaction. This parameter is null for all actions that occur on the page as a whole. It is valid only for actions that occur on just the maps in a page layout.
| Visual Basic (Declaration) | |
|---|---|
Public Sub ServerAction( _ ByVal args As ToolEventArgs, _ ByVal info As LayoutImageDataFrameInfo _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void ServerAction( ToolEventArgs args, LayoutImageDataFrameInfo info ) | |
Parameters
- args
- Holds the results of the client-side interaction. The ToolEventArgs contains the point at which to center the map.
- info
- Information on the dataframe in which the user performed the client-side interaction. This parameter is null for all actions that occur on the page as a whole. It is valid only for actions that occur on just the maps in a page layout.