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




layerFormat
Formatting for the display of the layer, e.g., in maptips.
featureType
The geometric type of data for the layer.
Initializes the form.

Syntax

Visual Basic (Declaration) 
Public Sub Initialize( _
   ByVal layerFormat As LayerFormat, _
   ByVal featureType As ESRI.ArcGIS.ADF.Web.FeatureType _
) 
Visual Basic (Usage)Copy Code
Dim instance As LayerFormatEditor
Dim layerFormat As LayerFormat
Dim featureType As ESRI.ArcGIS.ADF.Web.FeatureType
 
instance.Initialize(layerFormat, featureType)
C# 
public void Initialize( 
   LayerFormat layerFormat,
   ESRI.ArcGIS.ADF.Web.FeatureType featureType
)

Parameters

layerFormat
Formatting for the display of the layer, e.g., in maptips.
featureType
The geometric type of data for the layer.

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

© 2011 All Rights Reserved.