CylinderCollectionRemove Method

Removes a particular Cylinder object from the collection.

Definition

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

Parameters

c  Cylinder
A Cylinder object to remove.

See Also