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




targetNode
sAttributeName
sNewAttributeValue
Modify an attribute value to a new value

Syntax

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

Parameters

targetNode
sAttributeName
sNewAttributeValue

See Also

© 2010 All Rights Reserved.