This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXmlPropertySet2 Interface > IXmlPropertySet2.TransformImages Method (ArcObjects .NET 10.4 SDK) |
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
Documentation for this property can be found at the IXmlPropertySet::TransformImages description.