Share

Editor.TurnForcedPickOff Method

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();

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?