Click or drag to resize

CvmDeviceImageTopics Property

Gets the list of image topics provided by device

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<string> ImageTopics { get; }

Return Value

Type: IEnumerableString
An enumerator that allows foreach to be used to process the list of topics in this collection.
See Also