Hi,
I can get the attributes of the shapes by Getattributes method. I need to search in the shapes on avax to find a specific text. I used the code below:
Dim a1, itype, icolor, iwidth, istyle, ilayer, elev, heighti As Array
Dim i As Integer
Dim allobj As Array
cAvax1.GetAllHandlesArr(allobj)
cAvax1.GetAttributes(allobj, itype, icolor, iwidth, istyle, ilayer, elev, heighti)
For i = 1 To allobj.Length - 1
If itype(i) = Avax.AvaxItemType.Text_i Then
??????
End If
Next
But I have no idea what code I can use instead of ??????
If there was another parameter in Getattributes method such as iText, I would take advantage of it. Would you please give me a hint to solve this problem?
Thanks a lot
Page 1 of 1
Searching a text in Avax
Page 1 of 1
Sign In
Register
Help
Add Reply


MultiQuote