Table of Contents

Method ActiveSelection

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

ActiveSelection()

Returns an array copy of the active selected entities.

It is updated after each select command and after each erase command but it is not updated after move, copy, scale or rotate commands because these commands do not change the active selection but they change the entities geometry.

public object[] ActiveSelection()

Returns

object[]
See Also