Writes the specified array.
Namespace: MindFusion.Scheduling Assembly: PocketPlanner
Syntax
C# |
public XmlElement WriteFloatArray ( float[] array, string elementName, string subElementName, XmlElement parentElement ) |
Visual Basic |
Public Function WriteFloatArray ( _ array As Single(), _ elementName As String, _ subElementName As String, _ parentElement As XmlElement _ ) As XmlElement |
Parameters
Return Value
An instance of the .NET XmlElement class representing the newly created XML element.
See Also
|