GetHandlesUnderArea

Top  Previous  Next

 

GetHandlesUnderArea (Method)

 

Returns with the number and the handles of the objects inside a specific parallelogram area

 

Syntax:

Function GetHandlesUnderArea([Handles]() As Integer, xMin As Single, yMin As Single, xMax As Single, yMax As Single, fzSort As Boolean) As Integer

 

The GetHandlesUnderArea method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

xMin

Single

Is the x coordinate of the buttom left of the parallelogram

yMin

Single

Is the y coordinate of the buttom left of the parallelogram

xMax

Single

Is the x coordinate of the top right of the parallelogram

yMax

Single

Is the y coordinate of the top right of the parallelogram

fzSort

Boolean

A Boolean expression that if it is true, then the objects inside the specific parallelogram area are sorted by their z order

 

Return value:

Integer - Is the total number of the objects inside the specific parallelogram area

 

Example