ArcFM Desktop Developer Guide
addAttribute Method (SAXAttributes60Class)


Syntax
'Declaration
 
<DispIdAttribute(1373)>
Public Overridable Sub addAttribute( _
   ByVal strURI As String, _
   ByVal strLocalName As String, _
   ByVal strQName As String, _
   ByVal strType As String, _
   ByVal strValue As String _
) 
'Usage
 
Dim instance As SAXAttributes60Class
Dim strURI As String
Dim strLocalName As String
Dim strQName As String
Dim strType As String
Dim strValue As String
 
instance.addAttribute(strURI, strLocalName, strQName, strType, strValue)
[DispId(1373)]
public virtual void addAttribute( 
   string strURI,
   string strLocalName,
   string strQName,
   string strType,
   string strValue
)

Parameters

strURI
strLocalName
strQName
strType
strValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SAXAttributes60Class Class
SAXAttributes60Class Members

 

 


Send Comment