LimitLineCollectionInsert Method

Inserts a LimitLine at particular position. The elements that follow the insertion point move down to accommodate the new element.

Definition

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

Parameters

index  Int32
Index of the LimitLine being inserted.
anItem  LimitLine
A LimitLine object to add.

See Also