ArcFM Desktop Developer Guide
CreateEpmtyElement Method


The XmlDocument to create the element
The value of the Epmty node
CreateEpmtyElement creates an XmlElement of Epmty data.
Syntax
'Declaration
 
Public Shared Function CreateEpmtyElement( _
   ByVal doc As XmlDocument, _
   ByVal isEmpty As Boolean _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim isEmpty As Boolean
Dim value As XmlElement
 
value = XmlElementFactory.CreateEpmtyElement(doc, isEmpty)
public static XmlElement CreateEpmtyElement( 
   XmlDocument doc,
   bool isEmpty
)

Parameters

doc
The XmlDocument to create the element
isEmpty
The value of the Epmty node

Return Value

XmlElement of Epmty 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

XmlElementFactory Class
XmlElementFactory Members

 

 


Send Comment