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