GetSelectedHandlesArr

Top  Previous  Next

 

GetSelectedHandlesArr (Method)

 

Returns the total number and the handles of the selected objects

 

Syntax:

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

 

The GetSelectedHandlesArr method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

fzSort

Boolean

A Boolean expression that if it is true, then the selected objects are sorted by their z order

 

Return value:

Integer - Is the total number of the selected objects

 

Example