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


esriScenePickMode Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Constants > E > esriScenePickMode Constants
ArcGIS Developer Help

esriScenePickMode Constants

Scene graph picking options.

Constant Value Description
esriScenePickGeography 1 Picks only geography.
esriScenePickGraphics 2 Picks only graphics.
esriScenePickAll 3 Picks all.
esriScenePickAllPlus 4 Picks all, and more.
esriScenePickPlane 5 Picks off of a plane.
esriScenePickSphere 6 Picks off of a sphere.
esriScenePickGlobeSphere 7 Picks off of the sphere aproximating globe.
esriScenePickMask 15 Bit-mask of basic picking options.
esriScenePickFastLocation 16 Picks only for approximate location.

Product Availability

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

.NET Samples

Custom scene navigation commands