CylinderToString Method
Returns a string which describes this object.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public override string ToString()
Public Overrides Function ToString As String
Return Value
StringA
System.String.String which describes this object.
In the case of this abstract class, only the class name (
Cylinder) is returned.