Writes an Xml representation of the ShapeFile.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public Sub WriteXml ( _
	writer As XmlWriter _
)
C#
public void WriteXml(
	XmlWriter writer
)
Visual C++
public:
void WriteXml(
	XmlWriter^ writer
)

Parameters

writer
Type: System.Xml..::.XmlWriter

Remarks

Use ReadXml to load a ShapeFile from the Xml representation writen by this method

See Also