GetHandlesUnderSelectCursor

Top  Previous  Next

 

GetHandlesUnderSelectCursor (Method)

 

Returns with the number and the handles of the objects below the selection pointer

 

Syntax:

Function GetHandlesUnderSelectCursor([Handles]() As Integer, fzSort As Boolean) As Integer

 

The GetHandlesUnderSelectCursor method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

fzSort

Boolean

A Boolean that if it is true, then the objects below the selecion pointer are sorted by their z order

 

Return value:

Integer - Is the total number of the objects below the selection pointer

 

Example