'Declaration
Public Function GetChannelXAllLoadingPointsForDirection( _ ByVal channelNumber As Integer, _ ByVal direction As CalibrationDirections _ ) As IEnumerable(Of LoadingPoint)
'Usage
Dim instance As DeviceQIA128 Dim channelNumber As Integer Dim direction As CalibrationDirections Dim value As IEnumerable(Of LoadingPoint) value = instance.GetChannelXAllLoadingPointsForDirection(channelNumber, direction)
public IEnumerable<LoadingPoint> GetChannelXAllLoadingPointsForDirection( int channelNumber, CalibrationDirections direction )
Parameters
- channelNumber
- direction
Return Value
An enumerable collection of LoadingPoint objects representing all loading points.