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


IExportEMF.Handle Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

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(
  long* pHandle
);
[C++]

Parameters pHandle [out, retval] pHandle is a parameter of type long

Product Availability

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

See Also

IExportEMF Interface