Determines the index value that represents the position of the specified Action in the collection.
Namespace: Neodynamic.SDK
Assembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0
Syntax
Visual Basic (Declaration) |
---|
Public Function IndexOf ( _ action As Action _ ) As Integer |
C# |
---|
public int IndexOf ( Action action ) |
Visual C++ |
---|
public: int IndexOf ( Action^ action ) |
Parameters
- action
- Neodynamic.SDK.Action
An Action to search for in the collection.