This document is archived and information here might be outdated.  Recommended version.


IXMLWriter.WriteText Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLWriter Interface > IXMLWriter.WriteText Method
ArcGIS Developer Help

IXMLWriter.WriteText Method

Writes the text value of an element.

[Visual Basic .NET]
Public Sub WriteText ( _
    ByVal Text As String _
)
[C#]
public void WriteText (
    string Text
);
[C++]
HRESULT WriteText(
  BSTR Text
);
[C++]
Parameters
Text [in]

Text is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The WriteText method writes the text value of an element.

See Also

IXMLWriter Interface