Click or drag to resize

CvmDevicePerceptionApps Property

Gets the perception apps in this collection.

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public IEnumerable<IPerceptionApp> PerceptionApps { get; }

Return Value

Type: IEnumerableIPerceptionApp
An enumerator that allows foreach to be used to process the perception apps in this collection.
See Also