IntelliCAD 10.1 Object Library
SelectionSetType Enumeration
See Also 

Members

Member Value Description
vicSelectionSetAll 11 Selects all entities (for the Select method).
vicSelectionSetCrossingCircle 3  
vicSelectionSetCrossingPolygon 0 Selects entities located within or crossing a polygonal area defined by PolygonPoints (for the SelectByPolygon method).
vicSelectionSetCrossingWindow 6 Selects entities located within or crossing a rectangular area defined by Point1 and Point2 (for the Select method).
vicSelectionSetFence 12 Selects entities that cross a fence defined by PolygonPoints (for the SelectByPolygon method).
vicSelectionSetInsideCircle 5  
vicSelectionSetInsidePolygon 2 Selects entities located within a polygonal area defined by PolygonPoints (for the SelectByPolygon method).
vicSelectionSetInsideWindow 8 Selects entities located within a rectangular area defined by Point1 and Point2 (for the Select method).
vicSelectionSetLast 10 Selects the most recently added visible entity (for the Select method).
vicSelectionSetOutsideCircle 4  
vicSelectionSetOutsidePolygon 1 Selects entities located outside of a polygonal area defined by PolygonPoints (for the SelectByPolygon method).
vicSelectionSetOutsideWindow 7 Selects entities located outside of a rectangular area defined by Point1 and Point2 (for the Select method).
vicSelectionSetPrevious 9 Selects the most recent selection set (for the Select method).
© 2021 IntelliCAD Technology Consortium. All Rights Reserved.