LimitLineCollectionAdd Method

Adds a LimitLine class at the end of the collection.

Definition

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

Parameters

anItem  LimitLine
A LimitLine object to add.

Return Value

Int32
An index of the newly added LimitLine.

See Also