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


IXMLWriter.WriteText Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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