![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > ID > IDataObjectHelper Interface > IDataObjectHelper.InternalObject Property (ArcObjects .NET 10.5 SDK) |
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(
LPUNKNOWN ppObject
);
[C++]
Parameters ppObject [out, retval] ppObject is a parameter of type LPUNKNOWN ppObject [in] ppObject is a parameter of type LPUNKNOWN
The internal DataObject implements the IDataObject interface. The DataObject gets populated before any OleDrop events (IMapControlEvents2::OnOleDrop or the IPageLayoutControlEvents::OnOleDrop) are triggered.