IntelliCAD 14.1 Object Library
SelectionSet Collection Members
See Also  Overview 

Public Methods

Public Method AddItemsAdds the entities in the array to the selection set.
Public Method ClearEmpties the selection set. The selection set will still exist, but will contain no items.
Public Method CopyCreates a copy of the selection set and all its members.
Public Method DeleteDeletes the selection set and all its members.
Public Method EraseEmpties the selection set and deletes all its members.
Public Method HighlightHighlights or dehighlights the objects in a selection set.
Public Method ItemGiven the index, returns one of the entities in the selection set.
Public Method MirrorMirrors the selection set and all its members about an axis defined by two points.
Public Method Mirror3DMirrors the selection set and all its members about a plane defined by three points.
Public Method MoveMoves the selection set and all its members.
Public Method RemoveItemsRemoves one or more entities from the selection set.
Public Method RotateRotates the selection set and all its members.
Public Method Rotate3DRotates the selection set and all its members about an axis formed by two points. The direction of the axis is from point1 to point2.
Public Method ScaleEntityScales the selection set and all its members by a given scale factor.
Public Method SelectSelects objects within the rectangle specified by two points, and adds them to the selection set.
Public Method SelectAtPointSelects objects passing through a point, and adds them to the SelectionSet.
Public Method SelectByPolygonSelects objects within a polygon specified by the points, and adds them to the selection set.
Public Method SelectOnScreenSelects objects as picked by the user on the screen, and adds them to the selection set.
Public Method TransformByApplies a rigid motion transformation to the selection set and all its members.
Public Method UpdateUpdates and redraws the objects in the selection set.

Public Properties

Public Property ApplicationReturns the Application object.
Public Property colorSets the color of all entities in the set. Returns the common color of all entities or icVariousColors if no common color exists.
Public Property CountReturns the number of entities in the selection set.
Public Property DocumentReturns the document associated with the object.
Public Property LayerSets the layer that all entities in the set are on. Returns the common layer of all entities or an empty string if no common layer exists.
Public Property LinetypeSets the linetype of all entities in the set. Returns the common linetype of all entities or an empty string if no common linetype exists.
Public Property NameReturns the selection set name.
Public Property ParentReturns the Selection Sets collection object.
Public Property TrueColorSets the color of all entities in the set. Returns the common color of all entities or icVariousColors if no common color exists.
Public Property VisibleSets all entities in the set to be visible or invisible. Always returns TRUE.

See Also

© 2025 IntelliCAD Technology Consortium. All Rights Reserved.