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




node
sAttributeName
Get the Attribute int32 (int) value from a given XmlNode

Syntax

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

Parameters

node
sAttributeName

See Also

© 2010 All Rights Reserved.