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


IParcelConstructionData.ExportToXMLString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IParcelConstructionData.ExportToXMLString Method

Writes construction data in XML format to a string.

[Visual Basic .NET]
Public Function ExportToXMLString ( _
) As String
[C#]
public string ExportToXMLString (
);
[C++]
HRESULT ExportToXMLString(
  BSTR* XMLString
);
[C++]

Parameters XMLString [out, retval] XMLString is a parameter of type BSTR

Product Availability

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

See Also

IParcelConstructionData Interface