Click or drag to resize

AIToolConfigurationGetAvailableDevices Method

Returns the output devices the current security context is allowed to use with the AI tools. When no security context is set, or the context defines no restriction, all repository devices are returned. Restrictions are defined through the OutputDeviceGUIDs of the user's security groups.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public IEnumerable<OutputDevice> GetAvailableDevices()

Return Value

IEnumerableOutputDevice
See Also