Responder Developer Guide
ChangeRelativeImportsToAbsolute Method


Syntax
'Declaration
 
Public Sub ChangeRelativeImportsToAbsolute( _
   ByVal absolutePath As String, _
   ByVal namespacePrefix As String, _
   ByVal namespaceUri As String _
) 
'Usage
 
Dim instance As XMLEditor
Dim absolutePath As String
Dim namespacePrefix As String
Dim namespaceUri As String
 
instance.ChangeRelativeImportsToAbsolute(absolutePath, namespacePrefix, namespaceUri)
public void ChangeRelativeImportsToAbsolute( 
   string absolutePath,
   string namespacePrefix,
   string namespaceUri
)

Parameters

absolutePath
namespacePrefix
namespaceUri
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

XMLEditor Class
XMLEditor Members

 

 


Send Comment