Click or drag to resize

FitparameterCollectionWriteXml Method

Converts an object into its XML representation.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public void WriteXml(
	XmlWriter writer
)

Parameters

writer  XmlWriter
The XmlWriter stream to which the object is serialized.

Implements

IXmlSerializableWriteXml(XmlWriter)
See Also