ArcFM Solution Developer Guide
WriteElementString Method (IMMXmlWriterLite)


Syntax
'Declaration
 
Sub WriteElementString( _
   ByVal sPrefix As System.String, _
   ByVal sLocalName As System.String, _
   ByVal sNamespaceUri As System.String, _
   ByVal sValue As System.String _
) 
'Usage
 
Dim instance As IMMXmlWriterLite
Dim sPrefix As System.String
Dim sLocalName As System.String
Dim sNamespaceUri As System.String
Dim sValue As System.String
 
instance.WriteElementString(sPrefix, sLocalName, sNamespaceUri, sValue)
void WriteElementString( 
   System.string sPrefix,
   System.string sLocalName,
   System.string sNamespaceUri,
   System.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