Writes an XML representation of RenderSettings
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