Function SrndArea when given a point, returns the area of the smallest polygon bounded by the selected objects.
FUNCTION SrndArea(pX,pY : REAL): REAL;def vs.SrndArea(p):
return REAL| Name | Type | Description |
|---|---|---|
| p | REAL | Coordinates of reference point. |
Given a point, returns the area of the smallest polygon bounded by the selected objects. Returns nil if none can be found.
[sd 8/18/98]
Availability: from All Versions