CylinderToString Method

Returns a string which describes this object.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public override string ToString()

Return Value

String
A System.String.String which describes this object.

Remarks

In the case of this abstract class, only the class name (Cylinder) is returned.

See Also