Share

Editor.TurnSubentityWindowSelectionOff Method

Description

Using this function decrements a reference counter which, when zero, turns off subentity window selection.When subentity window selection is enabled, any form of a window selection (such as _W and _WP in acedSSGet()), coupled with a request of nested entity information (such as the ":n" mode in acedSSGet()), selects the main entity if one or more of the main entity's subentities is fully contained within the window.

The turnSubentityWindowSelectionOn() method should be used to decrement the reference counter.

This method will throw an exception if called when the internal reference counter is already zero.

Visual Basic

Public Function TurnSubentityWindowSelectionOff() As void

C#

public void TurnSubentityWindowSelectionOff();

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?