Search
Arrow.Length Property
See Also
 



Returns the length of the arrow.

 Syntax

VB6  Copy Code

Public Property Get Length() As Long

C++  Copy Code

public:
int get_Length ()

 Property Value

A long value.

 Remarks

If the arrow's Style is set to asBezier, an approximate length is calculated. In that case, the approximate value is almost always slightly smaller than the real length of Bezier segments. The exact length is returned for arrows consisting of straight segments.

 See Also