LimitLineCollectionAdd Method
Adds a
LimitLine class at the end of the collection.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
public int Add(
LimitLine anItem
)
Public Function Add (
anItem As LimitLine
) As Integer
- anItem LimitLine
- A LimitLine object to add.
Int32An index of the newly added
LimitLine.