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


IDataObjectHelper.InternalObject Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > ID > IDataObjectHelper Interface > IDataObjectHelper.InternalObject Property
ArcGIS Developer Help

IDataObjectHelper.InternalObject Property

Provides access to the internal IDataObject pointer.

[Visual Basic .NET]
Public Property InternalObject As Object
[C#]
public object InternalObject {get; set;}
[C++]
HRESULT get_InternalObject(
  LPUNKNOWN ppObject
);
[C++]
HRESULT putref_InternalObject(
  IUnknown Pointer* ppObject
);
[C++]
Parameters
ppObject [in]

ppObject is a parameter of type IUnknown ppObject [out, retval]
ppObject is a parameter of type IUnknown*

Product Availability

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

Description

The internal DataObject implements the IDataObject interface. The DataObject gets populated before any OleDrop events (IMapControlEvents2::OnOleDrop or the IPageLayoutControlEvents::OnOleDrop) are triggered.

See Also

IDataObjectHelper Interface