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


ISceneGraph.LocateMultiple Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.LocateMultiple Method

Locates multiple objects.

[Visual Basic .NET]
Public Sub LocateMultiple ( _
    ByVal pViewer As ISceneViewer, _
    ByVal x As Integer, _
    ByVal y As Integer, _
    ByVal mode As esriScenePickMode, _
    ByVal bGetTransformed As Boolean, _
    ByRef ppHits As IHit3DSet _
)
[C#]
public void LocateMultiple (
    ISceneViewer pViewer,
    int x,
    int y,
    esriScenePickMode mode,
    bool bGetTransformed,
    ref IHit3DSet ppHits
);
[C++]
HRESULT LocateMultiple(
  ISceneViewer* pViewer,
  long x,
  long y,
  esriScenePickMode mode,
  VARIANT_BOOL bGetTransformed,
  IHit3DSet** ppHits
);
[C++]

Parameters pViewer [in]
pViewer is a parameter of type ISceneViewer x [in] x is a parameter of type long y [in] y is a parameter of type long mode [in]
mode is a parameter of type esriScenePickMode bGetTransformed [in] bGetTransformed is a parameter of type VARIANT_BOOL ppHits [out]
ppHits is a parameter of type IHit3DSet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface