CylinderCollectionIndexOf Method

Returns the index of the specified Cylinder.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public virtual int IndexOf(
	Cylinder c
)

Parameters

c  Cylinder
Reference to the Cylinder object which index should be returned.

Return Value

Int32
A System.Int32.Int32 which represents an index of the specified Cylinder.

See Also