ArcFM Solution Developer Guide
WriteStartElement Method (MMXmlWriterLiteClass)


Syntax
'Declaration
 
Public Overridable Sub WriteStartElement( _
   ByVal sPrefix As System.String, _
   ByVal sLocalName As System.String, _
   ByVal sNamespaceUri As System.String _
) 
'Usage
 
Dim instance As MMXmlWriterLiteClass
Dim sPrefix As System.String
Dim sLocalName As System.String
Dim sNamespaceUri As System.String
 
instance.WriteStartElement(sPrefix, sLocalName, sNamespaceUri)
public virtual void WriteStartElement( 
   System.string sPrefix,
   System.string sLocalName,
   System.string sNamespaceUri
)

Parameters

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

MMXmlWriterLiteClass Class
MMXmlWriterLiteClass Members

 

 


Send Comment