Click or drag to resize

StorageDeviceCollectionItem Property

Gets the StorageDevice at the specified index within the collection.

Namespace:  ABB.Robotics.Controllers.FileSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public StorageDevice this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: StorageDevice
See Also