ArcObjects Library Reference (GeoDatabase)  

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