| NetworkedPlanet | TMCore Engine API Guide |
The IXTMProcessor.ExportXTM() method
allows the content of a single topic map in the TMCore system to be
written to a stream in XTM syntax. The method has the following
signature:
void ExportXTM(System.IO.Stream writer,
NetworkedPlanet.TMAPI topicMap);The parameter writer specifies the output
stream writer that is to receive the XTM data and the parameter
topicMap specifies the
ITopicMap instance whose content is to be
exported.