DOFQueryrestrict Method OpenDOF Object Access Library
Gets the intersection of the set of interfaces that are currently provided and the set of interfaces in the restriction list.

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

C#
public IList<DOFInterfaceID> restrict(
	IList<DOFInterfaceID> iids
)

Parameters

iids
Type: System.Collections.GenericIListDOFInterfaceID
The set of interfaces that are currently provided. This must not be null.

Return Value

Type: IListDOFInterfaceID
A intersecting set of interfaces.
Remarks

Gets the intersection of the set of interfaces that are currently provided and the set of interfaces in the restriction list. If there is no restriction list, then get all of the interfaces.
See Also

Reference