IVCDRangeProperty::getRange Method

Returns the minimum and maximum value of the range.
Syntax:
std::pair<long,long> getRange() const;
Return value:

The minimum and maximum value of the range as a pair.

See also: IVCDRangeProperty, IVCDPropertyInterface

<< IVCDRangeProperty