ArcFM Desktop Developer Guide
setAttribute Method (IMXAttributes)


Syntax
'Declaration
 
<DispIdAttribute(1376)>
Sub setAttribute( _
   ByVal nIndex As Integer, _
   ByVal strURI As String, _
   ByVal strLocalName As String, _
   ByVal strQName As String, _
   ByVal strType As String, _
   ByVal strValue As String _
) 
'Usage
 
Dim instance As IMXAttributes
Dim nIndex As Integer
Dim strURI As String
Dim strLocalName As String
Dim strQName As String
Dim strType As String
Dim strValue As String
 
instance.setAttribute(nIndex, strURI, strLocalName, strQName, strType, strValue)
[DispId(1376)]
void setAttribute( 
   int nIndex,
   string strURI,
   string strLocalName,
   string strQName,
   string strType,
   string strValue
)

Parameters

nIndex
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

IMXAttributes Interface
IMXAttributes Members

 

 


Send Comment