LimitLineCollectionIndexOf Method

Returns the index of the specified LimitLine.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
public virtual int IndexOf(
	LimitLine anItem
)

Parameters

anItem  LimitLine
Reference to the LimitLine object which index should be returned.

Return Value

Int32
An index of the specified LimitLine.

See Also