CylinderCollectionInsert Method

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

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public virtual void Insert(
	int index,
	Cylinder c
)

Parameters

index  Int32
A System.Int32.Int32 which represents an index of the Cylinder being inserted.
c  Cylinder
A BeeMobile.Cylinder.Cylinder to insert.

See Also