ESRI.ArcGIS.ADF.Web.UI.WebControls
Apply(GraphicsLayer) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerFormat Class > Apply Method : Apply(GraphicsLayer) Method




graphicsLayer
Graphics layer to apply formatting to.
Applies title format, contents format and renderers to the graphics layer

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Apply( _
   ByVal graphicsLayer As GraphicsLayer _
) 
Visual Basic (Usage)Copy Code
Dim instance As LayerFormat
Dim graphicsLayer As GraphicsLayer
 
instance.Apply(graphicsLayer)
C# 
public void Apply( 
   GraphicsLayer graphicsLayer
)

Parameters

graphicsLayer
Graphics layer to apply formatting to.

See Also

© 2010 All Rights Reserved.