Writes an Xml representation of the ShapeFile.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Sub WriteXml ( _ writer As XmlWriter _ ) |
C# |
---|
public void WriteXml( XmlWriter writer ) |
Visual C++ |
---|
public: void WriteXml( XmlWriter^ writer ) |
JavaScript |
---|
function writeXml(writer); |
Parameters
- writer
- Type: System.Xml..::..XmlWriter
Remarks
Use ReadXml to load a ShapeFile from the Xml representation writen by this method