ESRI.ArcGIS.ADF.IMS
WriteXml(XmlWriter) Method
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureTable Class > WriteXml Method : WriteXml(XmlWriter) Method




writer
Xml writer.
Write XML.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As FeatureTable
Dim writer As XmlWriter
 
instance.WriteXml(writer)
C# 
public void WriteXml( 
   XmlWriter writer
)

Parameters

writer
Xml writer.

See Also

© 2010 All Rights Reserved.