Selects objects within the rectangle specified by two points, and adds them to the SelectionSet.
Syntax
object.Select(Type, [Point1], [Point2], [FilterType], [FilterData])
Where:
object is a SelectionSet object;
Type is one of the following SelectionSetType constants corresponding to the various selection modes:
vicSelectionSetAll = 11
vicSelectionSetCrossingCircle = 3
vicSelectionSetCrossingPolygon = 0
vicSelectionSetCrossingWindow = 6
vicSelectionSetFence = 12
vicSelectionSetInsideCircle = 5
vicSelectionSetInsidePolygon = 2
vicSelectionSetInsideWindow = 8
vicSelectionSetLast = 10
vicSelectionSetOutsideCircle = 4
vicSelectionSetOutsidePolygon = 1
vicSelectionSetOutsideWindow = 7
vicSelectionSetPrevious = 9
Point1 and Point2 are IntelliCAD Point objects defining a rectangle for those applicable selection modes;
FilterType is an optional parameter for specifying how to filter data selection;
FilterData is an optional parameter for specifying filter data.