NeedleCollectionAdd Method

Adds a Needle to the collection.

Definition

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

Parameters

aValue  Needle
Needle object to be added.

Return Value

Int32
The position into which the new element was inserted.

See Also