ComparePolygons

Top  Previous  Next

 

ComparePolygons (Method)

 

Compares a shape polygon with an other one

 

Syntax:

Function ComparePolygons(hMain As Integer, hSec As Integer, iAns As AvaxPolygonsComp) As Boolean

 

The ComparePolygons method syntax consists of the following:

Parameter

Data Type

Description

hMain

Integer

Is the handle of the first compared polygon

hSec

Integer

Is the handle of the second compared polygon

iAns

AvaxPolygonsComp

An expression that defines the result of the comparison

 

Return value:

Boolean - True on success, false on error.

 

Example