IAmlNodeToAml Method (XmlWriter) |
Write the node to the specified XmlWriter
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax void ToAml(
XmlWriter writer
)
Sub ToAml (
writer As XmlWriter
)
Parameters
- writer
- Type: System.XmlXmlWriter
XmlWriter to write the node to
See Also