Click or drag to resize

DimensionMapBaseWriteXml Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Serializes data of this dimension

Namespace:  imbNLP.Data.textMap
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public virtual void WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The XmlWriter stream to which the object is serialized.

Implements

IXmlSerializableWriteXml(XmlWriter)
See Also