ihuPublishTagGetNumericPropertyByIndex
Use the ihuPublishTagGetNumericPropertyByIndex
function to retrieve a single numeric tag property from the cache.
Prototype
ihuPublishTagGetNumericPropertyByIndex
(
int Index,
ihuTagProperties TagProperty,
double *Value );
Remarks
The ihuPublishTagGetNumericPropertyByIndex
function returns the numeric tag property retrieved. The index is zero-based.
Returns
The ihuPublishTagGetNumericPropertyByIndex
function returns ihuSTATUS_OK
on success, or returns an error if any out-of-memory issues occur during dynamic memory allocation.