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


IExportEMF.Handle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportEMF Interface > IExportEMF.Handle Property
ArcGIS Developer Help

IExportEMF.Handle Property

Handle to in-memory metafile. Client must call DeleteEnhMetafile in order to release the handle. Subsequent calls to this routine will return 0.

[Visual Basic .NET]
Public ReadOnly Property Handle As Integer
[C#]
public int Handle {get;}
[C++]
HRESULT get_Handle(
  OLE_HANDLE* pHandle
);
[C++]
Parameters
pHandle [out, retval]

pHandle is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IExportEMF Interface