GetHandlesArrByKeyArr
MethodGetHandlesArrByKeyArr (Method)
Returns the number and the handles of all the objects that have key names included to a specific string arraysKeys()=An array of Strings for the key names
Syntax:
Function GetHandlesArrByKeyArr(sKeys() As String, lHandles() As Integer) As Integer
The GetHandlesArrByKeyArr method syntax consists of the following:
Parameter |
Data Type |
Description |
sKeys() |
String |
|
lHandles() |
Integer |
An array of integers for the handles of the objects which have key names included in the string array sKeys() |
Return value:
Integer - The total number of the objects which have key names included in the string array sKeys()
Remarks:
The number of objects can be greater than the number of key names in the string array sKeys()