Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 644 Bytes

File metadata and controls

30 lines (23 loc) · 644 Bytes

HAreaN

Description

Compute the area of a given object, it has the same function as HArea(), but the result in case of polyline is more accurate.

FUNCTION HAreaN(ObjectHandle : HANDLE): REAL;
def vs.HAreaN(ObjectHandle):
    return REAL

Parameters

Name Type Description
ObjectHandle HANDLE It is the object we want to calculate its area.

Examples

HAreaN(object);

Version

Availability: from Vectorworks 2012 Deprecated: Vectorworks 2012 Deprecated Functions

Category