ArcFM Server Developer Guide
WriteElementString Method (IMMXmlWriterLite)


Syntax
'Declaration
 
Sub WriteElementString( _
   ByVal sPrefix As String, _
   ByVal sLocalName As String, _
   ByVal sNamespaceUri As String, _
   ByVal sValue As String _
) 
'Usage
 
Dim instance As IMMXmlWriterLite
Dim sPrefix As String
Dim sLocalName As String
Dim sNamespaceUri As String
Dim sValue As String
 
instance.WriteElementString(sPrefix, sLocalName, sNamespaceUri, sValue)
void WriteElementString( 
   string sPrefix,
   string sLocalName,
   string sNamespaceUri,
   string sValue
)

Parameters

sPrefix
sLocalName
sNamespaceUri
sValue
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

IMMXmlWriterLite Interface
IMMXmlWriterLite Members

 

 


Send Comment