ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ApplyMapDescriptionToServer Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class : ApplyMapDescriptionToServer Method




pagelayout
The data frame information from a LayoutImage result of a WebPageLayout draw operation.
Updates the map server's fine-grained objects with the state stored in the specified data frame's MapDescription.

Syntax

Visual Basic (Declaration) 
Public Sub ApplyMapDescriptionToServer( _
   ByVal pagelayout As LayoutImageDataFrameInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim pagelayout As LayoutImageDataFrameInfo
 
instance.ApplyMapDescriptionToServer(pagelayout)
C# 
public void ApplyMapDescriptionToServer( 
   LayoutImageDataFrameInfo pagelayout
)

Parameters

pagelayout
The data frame information from a LayoutImage result of a WebPageLayout draw operation.

Exceptions

ExceptionDescription
InvalidOperationException An exception will be thrown if the operation is attempted on a pooled object

Remarks

This operation can only be performed on a non-pooled server object

See Also

© 2010 All Rights Reserved.