Returns the area inside the curve
Supported Platforms: Windows only
(vlax-curve-getArea curve-obj)
Type: VLA-object
The object to be measured.
Type: Real or nil
A numeric value representing the area of the curve, if successful; otherwise nil.
Assume the curve being measured is the ellipse in the following drawing:
Sample curve (ellipse) for vlax-curve-getArea
The ellipseObj variable points to the ellipse VLA-object.
The following command obtains the area of the curve:
(vlax-curve-getArea ellipseObj) 4.712393