Writes an xml representation of the current project loaded in the SFMap control

Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.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

See Also