ESRI.ArcGIS.ADF.Web.UI.WebControls
LoadFromString Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapToolItem Class : LoadFromString Method




value
String with attribute values.
Load the current instance with attributes from the passed in string.

Syntax

Visual Basic (Declaration) 
Public Sub LoadFromString( _
   ByVal value As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapToolItem
Dim value As String
 
instance.LoadFromString(value)
C# 
public void LoadFromString( 
   string value
)

Parameters

value
String with attribute values.

See Also

© 2010 All Rights Reserved.