The Length property returns the perimeter length of an area, curve, ellipse, or rectangle in current surface distance units. Returns a double.
Syntax
object.Length
Example
This example returns the length of a curve.
Debug.Print Curve.Length
Used by:Area object, Curve object, Ellipse object, Rectangle object