Share

find Method

Overload List

Method Description
AcArray::find (T&) This function returns the index of value in the array.
AcArray::find (T&, int&, int) This function returns Adesk::kTrue if the array contains value searching from index position start. When value is found, index will be set to the index position of the first location that contains value. The start argument is supplied with a default value of zero.

Was this information helpful?