CylinderCollectionAdd Method

Adds a Cylinder class at the end of the collection.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public int Add(
	Cylinder c
)

Parameters

c  Cylinder
A BeeMobile.Cylinder.Cylinder ojbect to add.

Return Value

Int32
A System.Int32.Int32 which represents an index of the newly added Cylinder.

See Also