CylinderCollectionItem Property
Gets or sets a
Cylinder object at specified index.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public Cylinder this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Cylinder
Get
Set
- index Int32
- Index of the Cylinder to get or set.
CylinderA
Cylinder object at specified index.