SelectPolygonFilter
 
 
 

SelectPolygonFilter

Introduced

v1.0

Description

Selects the "polygon" selection filter, but does not activate the selection tool.

Scripting Syntax

SelectPolygonFilter();

Examples

VBScript Example

' MyFirstObject is selected
' MySecondObject is active with some points selected
' MyThirdObject is active and with some polygons selected.
SelectPolygonFilter
' The filter is now "polygon"
' All three objects are active, which deselects MyFirstObject and the points of MySecondObject.
' Any polygons that were selected that last time the "polygon" filter was active are still selected.

See Also

ActivatePolygonSelTool