com.onlineobject.objectnet Namespace

NetworkObject..::..GetInput<(Of <(<'T>)>)> Method

Retrieves the input value of a specified type and name.

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

Syntax


public T GetInput<T>(

	string name

)

Type Parameters

T
The type of the input value to retrieve.

Parameters

name
Type: String
The name of the input to retrieve.

Return Value

The input value of the specified type and name.