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




targetNode
sAttributeName
Delete an attribute from the given target node.

Syntax

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

Parameters

targetNode
sAttributeName

See Also

© 2010 All Rights Reserved.