%%PageItemTitle%% $$Methods$$

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
gripmanager Class Methods
See Also 
vdWebLibrary Namespace : gripmanager Class

For a list of all members of this type, see gripmanager members.

Public Methods

 NameDescription
Public MethodAddItem Add an entity in a collection which will use grips.If Enable = false no entity will be added.  
Public Methodclear 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().  
Public MethodContainsItem Returns true if the entity exists in the grip selection and false if it does not exist.  
Public Methodcount Returns the number of selected entities in the grip collection  
Public MethodGetEntityGrips 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.  
Public MethodGetItem Returns the entity on the specific index in the grip collection.  
Public MethodRemoveItem Removes an entity from the collection of the entities which use grips.  
Top

See Also