UFT Extensibility Agent library 1.3
GetProperties Method
An array of the names of the properties.
Description
Returns an array of values corresponding to the array of property names for the specified object.
Syntax
Visual Basic
Public Function GetProperties( _
   ByVal objId As Variant, _
   ByVal names() As String _
) As Variant()
Parameters
objId
names
An array of the names of the properties.
Return Type
An array of values in the same order as the input property-name array.
Remarks
If you implement IRectangleSupplier, the values of the abs_x, abs_y, width, and height properties are inferred from the values returned from the GetRectangle function and these properties are not passed to the GetProperties call.
See Also