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