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




node
sAttributeName
Get the Attribute boolean value from a given XmlNode

Syntax

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

Parameters

node
sAttributeName

See Also

© 2010 All Rights Reserved.