QuadrilateralCollection Collection : IndexOf Method |
Visual Basic |
---|
Public Function IndexOf( _ ByVal pIQuadrilateral As Quadrilateral _ ) As Long |
This method searches the collection for a reference to the given pIQuadrilateral. If it finds a reference to it, it returns its index. If it cannot find a reference to it, -1 is returned. If the object is present more than once in the collection, the lowest index of a match is returned.