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


IGpFieldMappingsObject.ExportToString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMappingsObject Interface > IGpFieldMappingsObject.ExportToString Method
ArcGIS Developer Help

IGpFieldMappingsObject.ExportToString Method

Get the string representation of the field mappings object

[Visual Basic .NET]
Public Function ExportToString ( _
) As String
[C#]
public string ExportToString (
);
[C++]
HRESULT ExportToString(
void
);

Product Availability

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

See Also

IGpFieldMappingsObject Interface