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


IPictureElement5.Handle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPictureElement5 Interface > IPictureElement5.Handle Property
ArcGIS Developer Help

IPictureElement5.Handle Property

The picture handle as a HBITMAP for bitmap pictures or an HENHMETAFILE for vector pictures.

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

Handle is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IPictureElement5 Interface