com.onlineobject.objectnet Namespace

FloatInput Constructor

Initializes a new instance of the FloatInput class.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public FloatInput(

	string name,

	byte code,

	bool local

)

Parameters

name
Type: String
The name of the input entry.
code
Type: Byte
The unique code representing the input entry.
local
Type: Boolean
Indicates whether the input is local or not. Default is false.