ESRI.ArcGIS.ADF.Web.UI.WebControls
Initialize Method
See Also 
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 FeatureType _
) 
Visual Basic (Usage)Copy Code
Dim instance As LayerFormatEditor
Dim layerFormat As LayerFormat
Dim featureType As FeatureType
 
instance.Initialize(layerFormat, featureType)
C# 
public void Initialize( 
   LayerFormat layerFormat,
   FeatureType featureType
)

Parameters

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

See Also

© 2010 All Rights Reserved.