DOFObjectgetInterfaces Method OpenDOF Object Access Library
Get the set of interfaces currently being provided on the object.

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

C#
public ICollection<DOFInterfaceID> getInterfaces()

Return Value

Type: ICollectionDOFInterfaceID
The set of interfaces currently being provided on the object.
Remarks

Get the set of interfaces currently being provided on the object.
See Also

Reference