Click or drag to resize

FitparameterCollectionReadXml Method

Generates an object from its XML representation.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public void ReadXml(
	XmlReader reader
)

Parameters

reader  XmlReader
The XmlReader stream from which the object is deserialized.

Implements

IXmlSerializableReadXml(XmlReader)
See Also