ESRI.ArcGIS.ADF.Web.DataSources
Apply Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > LayerInfo Class : Apply Method




graphicsLayer
Graphics layer to apply formatting to.
Applies information stored in field infos to the columns of the graphics layer

Syntax

Visual Basic (Declaration) 
Public Sub Apply( _
   ByVal graphicsLayer As GraphicsLayer _
) 
Visual Basic (Usage)Copy Code
Dim instance As LayerInfo
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.