ArcObjects Library Reference (GlobeCore)  

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