ESRI.ArcGIS.ADF.Web.UI.WebControls
Initialize Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > RendererEditor Class : Initialize Method




renderer
The renderer to use with the form.
featureType
The feature type being rendered.
Initializes the form.

Syntax

Visual Basic (Declaration) 
Public Sub Initialize( _
   ByVal renderer As IRenderer, _
   ByVal featureType As FeatureType _
) 
Visual Basic (Usage)Copy Code
Dim instance As RendererEditor
Dim renderer As IRenderer
Dim featureType As FeatureType
 
instance.Initialize(renderer, featureType)
C# 
public void Initialize( 
   IRenderer renderer,
   FeatureType featureType
)

Parameters

renderer
The renderer to use with the form.
featureType
The feature type being rendered.

See Also

© 2010 All Rights Reserved.