GetAllHandlesArr

Top  Previous  Next

 

GetAllHandlesArr (Method)

 

Returns with the number and the handles of all the objects of the current drawing

 

Syntax:

Function GetAllHandlesArr([Handles]() As Integer, ItemType As AvaxItemType, fzSort As Boolean) As Integer

 

The GetAllHandlesArr method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

ItemType

AvaxItemType

An expression in which the user can input the type of object requested (ex: if all the text is requested then ItemType=text_i)

fzSort

Boolean

A Boolean expression that if it is true then the array Handle(s) returns with the handles sorted by their z order

 

Return value:

Integer - Is the total number of the handles

 

Example