Click or drag to resize

MechanicalUnitCollectionItem Property

Gets the MechanicalUnit at the specified index within the collection.

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

Parameters

index
Type: SystemInt32

Property Value

Type: MechanicalUnit
See Also