Share

Editor.TurnSubentityWindowSelectionOn Method

Description

Using this function increments a reference counter which, when non-zero, causes any form of a window selection (such as _W and _WP in acedSSGet()), coupled with a request of nested entity information (such as using the ":n" mode in acedSSGet()), to select the main entity if one or more of the main entity's subentities is fully contained within the window.

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

Visual Basic

Public Function TurnSubentityWindowSelectionOn() As void

C#

public void TurnSubentityWindowSelectionOn();

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?