ArcFM Desktop Developer Guide
startPrefixMapping Method (IVBSAXContentHandler)


Syntax
'Declaration
 
<DispIdAttribute(1325)>
Sub startPrefixMapping( _
   ByRef strPrefix As String, _
   ByRef strURI As String _
) 
'Usage
 
Dim instance As IVBSAXContentHandler
Dim strPrefix As String
Dim strURI As String
 
instance.startPrefixMapping(strPrefix, strURI)
[DispId(1325)]
void startPrefixMapping( 
   out string strPrefix,
   out string strURI
)

Parameters

strPrefix
strURI
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

IVBSAXContentHandler Interface
IVBSAXContentHandler Members

 

 


Send Comment