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


IXmlPropertySet2.TransformImages Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXmlPropertySet2 Interface > IXmlPropertySet2.TransformImages Method
ArcGIS Developer Help

IXmlPropertySet2.TransformImages Method

Transforms encoded thumbnail and image enclosures to files and links them into the metadata.

[Visual Basic .NET]
Public Sub TransformImages ( _
    ByVal Path As String, _
    ByRef fileNames As Object _
)
[C#]
public void TransformImages (
    string Path,
    ref object fileNames
);
[C++]
HRESULT TransformImages(
  BSTR Path,
  Variant* fileNames
);
[C++]
Parameters
Path [in]

Path is a parameter of type BSTR fileNames [out]
fileNames is a parameter of type VARIANT*

Product Availability

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

Remarks

Documentation for this property can be found at the IXmlPropertySet::TransformImages description.

See Also

IXmlPropertySet2 Interface