ArcFM Desktop Developer Guide
CreateAttributeValueElement Method


The XmlDocument to create the element
The Value of the Node
CreateAttributeValueElement creates an XmlElement of Attribute Value data.
Syntax
'Declaration
 
Public Shared Function CreateAttributeValueElement( _
   ByVal doc As XmlDocument, _
   ByVal value As String _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim value As String
Dim value As XmlElement
 
value = XmlElementFactory.CreateAttributeValueElement(doc, value)
public static XmlElement CreateAttributeValueElement( 
   XmlDocument doc,
   string value
)

Parameters

doc
The XmlDocument to create the element
value
The Value of the Node

Return Value

XmlElement of Attribute Value 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