|
| 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.
| Visual Basic (Declaration) | |
|---|---|
Public Sub Initialize( _ ByVal layerFormat As LayerFormat, _ ByVal featureType As FeatureType _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.