ArcFM Engine Developer Guide
TransformDOM Method


Syntax
'Declaration
 
Function TransformDOM( _
   ByRef sXSLPath As String, _
   ByRef pDom As Miner.Interop.msxml2.IXMLDOMDocument, _
   ByRef pWMSPropertySet As IMMWMSPropertySet _
) As Miner.Interop.msxml2.IXMLDOMDocument
'Usage
 
Dim instance As IMMWMSReportingUtils
Dim sXSLPath As String
Dim pDom As Miner.Interop.msxml2.IXMLDOMDocument
Dim pWMSPropertySet As IMMWMSPropertySet
Dim value As Miner.Interop.msxml2.IXMLDOMDocument
 
value = instance.TransformDOM(sXSLPath, pDom, pWMSPropertySet)
Miner.Interop.msxml2.IXMLDOMDocument TransformDOM( 
   ref string sXSLPath,
   ref Miner.Interop.msxml2.IXMLDOMDocument pDom,
   ref IMMWMSPropertySet pWMSPropertySet
)

Parameters

sXSLPath
pDom
pWMSPropertySet
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

IMMWMSReportingUtils Interface
IMMWMSReportingUtils Members

 

 


Send Comment