Initializes the form.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub Initialize( _
ByVal renderer As ESRI.ArcGIS.ADF.Web.Display.Renderer.IRenderer, _
ByVal featureType As ESRI.ArcGIS.ADF.Web.FeatureType _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RendererEditor
Dim renderer As ESRI.ArcGIS.ADF.Web.Display.Renderer.IRenderer
Dim featureType As ESRI.ArcGIS.ADF.Web.FeatureType
instance.Initialize(renderer, featureType) |
C# | |
---|
public void Initialize(
ESRI.ArcGIS.ADF.Web.Display.Renderer.IRenderer renderer,
ESRI.ArcGIS.ADF.Web.FeatureType featureType
) |
Parameters
- renderer
- The renderer to use with the form.
- featureType
- The feature type being rendered.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also