ArcFM Server Developer Guide
createProcessingInstruction Method (FreeThreadedDOMDocument60Class)


Syntax
'Declaration
 
<DispIdAttribute(46)>
Public Overridable Function createProcessingInstruction( _
   ByVal target As String, _
   ByVal data As String _
) As IXMLDOMProcessingInstruction
'Usage
 
Dim instance As FreeThreadedDOMDocument60Class
Dim target As String
Dim data As String
Dim value As IXMLDOMProcessingInstruction
 
value = instance.createProcessingInstruction(target, data)
[DispId(46)]
public virtual IXMLDOMProcessingInstruction createProcessingInstruction( 
   string target,
   string data
)

Parameters

target
data
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

FreeThreadedDOMDocument60Class Class
FreeThreadedDOMDocument60Class Members

 

 


Send Comment