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




layerformat
Method to initialize the layer format editor with a layer definition Needs to be called before render phase of the page lifecycle

Syntax

Visual Basic (Declaration) 
Public Sub Initialize( _
   ByVal layerformat As LayerFormat _
) 
Visual Basic (Usage)Copy Code
Dim instance As LayerFormatEditor
Dim layerformat As LayerFormat
 
instance.Initialize(layerformat)
C# 
public void Initialize( 
   LayerFormat layerformat
)

Parameters

layerformat

See Also

© 2010 All Rights Reserved.