Visual Signal ExternalBase Class Library Documentation
SetXmlAttribute Method (elm, fieldName, values)
VisualSignalVSignal.ExternalBaseTExternalBaseSetXmlAttribute(XmlElement, String, Object)
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Static utility function "SetXmlField", provided for general use to set a field value in an XML document.
Declaration Syntax
C#Visual BasicVisual C++
public static void SetXmlAttribute(
	XmlElement elm,
	string fieldName,
	Object values
)
Public Shared Sub SetXmlAttribute ( _
	elm As XmlElement, _
	fieldName As String, _
	values As Object _
)
public:
static void SetXmlAttribute(
	XmlElement^ elm, 
	String^ fieldName, 
	Object^ values
)
Parameters
elm (XmlElement)
Specifies the XML element within the document.
fieldName (String)
Specifies the name of the field to be updated.
values (Object)
Specifies the field values, as an Array, to be updated.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)