ESRI.ArcGIS.ADF
ModifyNodeElementValue Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > XmlHelper Class : ModifyNodeElementValue Method




targetNode
sNewElementValue
Modify an XmlNode elment with a new value.

Syntax

Visual Basic (Declaration) 
Public Function ModifyNodeElementValue( _
   ByVal targetNode As XmlNode, _
   ByVal sNewElementValue As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim targetNode As XmlNode
Dim sNewElementValue As String
Dim value As Boolean
 
value = instance.ModifyNodeElementValue(targetNode, sNewElementValue)
C# 
public bool ModifyNodeElementValue( 
   XmlNode targetNode,
   string sNewElementValue
)

Parameters

targetNode
sNewElementValue

See Also

© 2010 All Rights Reserved.