This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportEMF Interface > IExportEMF.Handle Property (ArcObjects .NET 10.4 SDK) |
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