Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVectorList > Methods
IVectorList.IndexOf(IVector) Method
Returns the index of a vector.
Call IndexOf to obtain the index of a vector.
Namespace: CommonInterfaces
Delphi
public function IndexOf(const Item: IVector): Integer;
Parameters
Item
Type: IVector
Type: Integer
•CommonInterfaces.IVectorList.Items[Integer]
•CommonInterfaces.IVectorList.Count
•IVectorList
•CommonInterfaces