ESRI.ArcGIS.ADF.Web.UI.WebControls
Apply Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerDefinition Class : Apply Method




graphicsLayer
Graphics layer to apply formatting to.
Applies field and map tip formatting to the graphics layer

Syntax

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

Parameters

graphicsLayer
Graphics layer to apply formatting to.

See Also

© 2010 All Rights Reserved.