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


IDisplay3D.ScreenPickTolerance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDisplay3D.ScreenPickTolerance Property

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

Product Availability

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

See Also

IDisplay3D Interface