UAOOI.OPCUA.Common.Types Namespace
UAOOI.OPCUA.Common

Range..::..CreateRange Method (ItemProperty, ItemProperty)

Creates the range.

Namespace:  UAOOI.OPCUA.Common.Types
Assembly:  UA.Common (in UA.Common.dll)

Syntax


public static Range CreateRange(
	ItemProperty highEu,
	ItemProperty lowEu
)

Parameters

highEu
Type: ItemProperty
The high engineering unit.
lowEu
Type: ItemProperty
The low engineering unit.

Return Value