Dynaview getSpeedUnits Method The Dynaview Modbus .dll API documentation

[This is preliminary documentation and is subject to change.]

Translate the WebSpdUnits enum to an appropiate string

Namespace: DynaviewModbus
Assembly: DynaviewModbus (in DynaviewModbus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string getSpeedUnits(
	WebSpdUnits sp
)
Dim instance As Dynaview 
Dim sp As WebSpdUnits 
Dim returnValue As String 

returnValue = instance.getSpeedUnits(sp)

Return Value

speed units string
Remarks

See Also