Description
This function decrements the forced pick counter, and if the counter hits 0, disables forced picking, which means entity picking occurs under normal AutoCAD conditions, such as when input points are being acquired and an OSNAP mode is active, or normal entity selection operations.
Visual Basic
Public Function TurnForcedPickOff() As Integer
C#
public int TurnForcedPickOff();