Click or drag to resize

DimensionMapBaseWriteXmlAppendix Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

XML serialization called at end of WriteXml(XmlWriter) - override this to add support for additional data of your inheriting class

Namespace:  imbNLP.Data.textMap
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
protected virtual void WriteXmlAppendix(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The writer.
See Also