CylinderCollectionAdd Method
Adds a
Cylinder class at the end of the collection.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public int Add(
Cylinder c
)
Public Function Add (
c As Cylinder
) As Integer
- c Cylinder
- A BeeMobile.Cylinder.Cylinder ojbect to add.
Int32A
System.Int32.Int32 which represents an index of the newly added
Cylinder.