%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
GetEntityGrips Method
See Also 
vdWebLibrary Namespace > gripmanager Class : GetEntityGrips Method
entity
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.

Syntax

JScript 
public function GetEntityGrips( 
   entity : Object
) : Object;

Parameters

entity

See Also