ArcFM Desktop Developer Guide
attributeDecl Method (IVBSAXDeclHandler)


Syntax
'Declaration
 
<DispIdAttribute(1368)>
Sub attributeDecl( _
   ByRef strElementName As String, _
   ByRef strAttributeName As String, _
   ByRef strType As String, _
   ByRef strValueDefault As String, _
   ByRef strValue As String _
) 
'Usage
 
Dim instance As IVBSAXDeclHandler
Dim strElementName As String
Dim strAttributeName As String
Dim strType As String
Dim strValueDefault As String
Dim strValue As String
 
instance.attributeDecl(strElementName, strAttributeName, strType, strValueDefault, strValue)
[DispId(1368)]
void attributeDecl( 
   out string strElementName,
   out string strAttributeName,
   out string strType,
   out string strValueDefault,
   out string strValue
)

Parameters

strElementName
strAttributeName
strType
strValueDefault
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

IVBSAXDeclHandler Interface
IVBSAXDeclHandler Members

 

 


Send Comment