Overload List
Name | Description | |
---|---|---|
![]() | addFilter(DOFInterfaceID) | Add a filter for specific DOFObjects that currently provide the Object Interface specified.
|
![]() | addFilter(ICollectionDOFInterfaceID) | Add a filter for specific objects that currently provide all of the interfaces specified.
|
![]() | addFilter(DOFObjectID) |
Add filter for a specific Device Object, as specified by a Device Object identifier, regardless of interfaces
provided.
|
![]() | addFilter(DOFObjectID, DOFInterfaceID) | Add a filter for a specific Device Object that provides the specified interface.
|
![]() | addFilter(DOFObjectID, ICollectionDOFInterfaceID) | Add a filter for a specific Device Object as specified by a Device Object identifier.
|
![]() | addFilter(ICollectionDOFObjectID, ICollectionDOFInterfaceID) | Add a filter for specific Device Objects by providing a List of DOFObjectIDs.
|
See Also