Public Methods
AddItems | Adds the entities in the array to the selection set. |
Clear | Empties the selection set. The selection set will still exist, but will contain no items. |
Copy | Creates a copy of the selection set and all its members. |
Delete | Creates a copy of the entity. |
Erase | Erases the display of the entity. The entity is not deleted from the database. |
Highlight | Highlights or dehighlights the object. |
Item | Given the index, returns one of the entities in the selection set. |
Mirror | Mirrors an object about an axis defined by two points. |
Mirror3D | Mirrors an object about a plane defined by three points. |
Move | Moves an object. |
RemoveItems | Removes one or more entities from the selection set. |
Rotate | Rotates an object. |
Rotate3D | Rotates an object about an axis formed by two points. The direction of the axis is from point1 to point2. |
ScaleEntity | Scales an object by a given scale factor. |
Select | Selects objects within the rectangle specified by two points, and adds them to the selection set. |
SelectAtPoint | Selects objects passing through a point, and adds them to the SelectionSet. |
SelectByPolygon | Selects objects within a polygon specified by the points, and adds them to the selection set. |
SelectOnScreen | Selects objects as picked by the user on the screen, and adds them to the selection set. |
TransformBy | Applies a rigid motion transformation to an object. |
Update | Updates the display of the object. |
Public Properties
Application | Returns the Application object. |
color | Sets or returns the true color of the entity. |
Count | Returns the number of entities in the selection set. |
Document | Returns the document associated with the object. |
Layer | Sets or returns the layer that the entity is on. |
Linetype | Sets or returns the linetype of the entity. |
Name | Returns the selection set name. |
Parent | Returns the database item's parent object. |
TrueColor | Sets the color of all entities in the set. Returns the common color of all entities or icVariousColors if no common color exists. |
Visible | Sets or returns whether the entity is visible. |