IntelliCAD 11.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 DeleteCreates a copy of the entity.
Public Method EraseErases the display of the entity. The entity is not deleted from the database.
Public Method HighlightHighlights or dehighlights the object.
Public Method ItemGiven the index, returns one of the entities in the selection set.
Public Method MirrorMirrors an object about an axis defined by two points.
Public Method Mirror3DMirrors an object about a plane defined by three points.
Public Method MoveMoves an object.
Public Method RemoveItemsRemoves one or more entities from the selection set.
Public Method RotateRotates an object.
Public Method Rotate3DRotates an object about an axis formed by two points. The direction of the axis is from point1 to point2.
Public Method ScaleEntityScales an object 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 an object.
Public Method UpdateUpdates the display of the object.

Public Properties

Public Property ApplicationReturns the Application object.
Public Property colorSets or returns the true color of the entity.
Public Property CountReturns the number of entities in the selection set.
Public Property DocumentReturns the document associated with the object.
Public Property LayerSets or returns the layer that the entity is on.
Public Property LinetypeSets or returns the linetype of the entity.
Public Property NameReturns the selection set name.
Public Property ParentReturns the database item's parent 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 or returns whether the entity is visible.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.