DOFInterfaceItem Constructor (DOFInterfaceItemType)OpenDOF Object Access Library
Construct an Item with a type.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
protected Item(
	DOFInterfaceItemType type
)

Parameters

type
Type: org.opendof.core.oalDOFInterfaceItemType
The type of the Item.
Remarks

Construct an Item with a type.

This constructor is used to create an interface item that will have no itemID, which is useful for UIs.

See Also

Reference