For a list of all members of this type, see gripmanager members.
Public Methods
| Name | Description |
 | AddItem |
Add an entity in a collection which will use grips.If Enable = false no entity will be added.
|
 | clear |
Clears all the grips of the active layout.Note in order to not see any more the grips,you need to call a refresh() or a redraw().
|
 | ContainsItem |
Returns true if the entity exists in the grip selection and false if it does not exist.
|
 | count |
Returns the number of selected entities in the grip collection
|
 | GetEntityGrips |
Returns an array of points in world Coordinate System that represent the grip of the passed entity.
Currently supported entities are:vdLine,vdPolyline,vdRect,vdText,vdPoint,vdAttrib,vdAttribDef,vdInsert,vdImage,vdArc.vdCircle,vdEllipse.
vdLine_code and the StartPoint , EndPoint are added.
|
 | GetItem |
Returns the entity on the specific index in the grip collection.
|
 | RemoveItem |
Removes an entity from the collection of the entities which use grips.
|
Top
See Also