GetPerimeter

Top  Previous  Next

 

GetPerimeter (Method)

 

Estimates the perimeter of an object

 

Syntax:

Function GetPerimeter(lAvaxHandle As Integer) As Single

 

The GetPerimeter method syntax consists of the following:

Parameter

Data Type

Description

lAvaxHandle

Integer

The Avax handle of the object

 

Return value:

Single - The perimeter of the object

 

Example