FitparameterCollectionWriteXml Method |
Converts an object into its XML representation.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public void WriteXml(
XmlWriter writer
)
Public Sub WriteXml (
writer As XmlWriter
)
Dim instance As FitparameterCollection
Dim writer As XmlWriter
instance.WriteXml(writer)
Parameters
- writer XmlWriter
- The XmlWriter stream to which the object is serialized.
Implements
IXmlSerializableWriteXml(XmlWriter)See Also