IppAttributeValue.GetRangeOfIntegerArray Method

Definition

Gets the array of rangeOfInteger attributes that are contained in the current IppAttributeValue object.

public:
 virtual IVector<IppIntegerRange ^> ^ GetRangeOfIntegerArray() = GetRangeOfIntegerArray;
IVector<IppIntegerRange> GetRangeOfIntegerArray();
public IList<IppIntegerRange> GetRangeOfIntegerArray();
function getRangeOfIntegerArray()
Public Function GetRangeOfIntegerArray () As IList(Of IppIntegerRange)

Returns

The array of rangeOfInteger attributes.

Applies to