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


ICustomGlobeLayer.Hit Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IC > ICustomGlobeLayer Interface > ICustomGlobeLayer.Hit Method
ArcGIS Developer Help

ICustomGlobeLayer.Hit Method

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*

Product Availability

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

See Also

ICustomGlobeLayer Interface