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


IParcelConstructionData.ExportToXMLString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IP > IParcelConstructionData Interface > IParcelConstructionData.ExportToXMLString Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IParcelConstructionData Interface