This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay3D Interface > IDisplay3D.ScreenPickTolerance Property (ArcObjects .NET 10.5 SDK) |
The tolerance in pixels used when picking.
[Visual Basic .NET] Public Property ScreenPickTolerance As Integer
[C#] public int ScreenPickTolerance {get; set;}
[C++]
HRESULT get_ScreenPickTolerance(
long* pixels
);
[C++]
HRESULT put_ScreenPickTolerance(
long pixels
);
[C++]
Parameters pixels [out, retval] pixels is a parameter of type long pixels [in] pixels is a parameter of type long