This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IC > ICustomGlobeLayer Interface > ICustomGlobeLayer.Hit Method (ArcObjects .NET 10.5 SDK) |
The layer is hit by a picking operation.
[Visual Basic .NET] Public Sub Hit ( _ ByVal hitObjectID As Integer, _ ByVal pHit3D As IHit3D _ )
[C#] public void Hit ( int hitObjectID, IHit3D pHit3D );
[C++]
HRESULT Hit(
long hitObjectID,
IHit3D* pHit3D
);
[C++]
Parameters hitObjectID [in] hitObjectID is a parameter of type long pHit3D [in]
pHit3D is a parameter of type IHit3D