%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
GetEntityLength Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : GetEntityLength Method
entity
An entity of the following type : vdLine, vdPolyline, vdRect , vdCircle , vdArc , vdEllipse
Calculates the length of the passes entity.

Syntax

JScript 
public function GetEntityLength( 
   entity : Object
) : double;

Parameters

entity
An entity of the following type : vdLine, vdPolyline, vdRect , vdCircle , vdArc , vdEllipse

See Also