ihuPublishTagSetNumericProperty
Use the ihuPublishTagSetNumericProperty
function to define a numeric tag property before you invoke ihuPublishSetTagProperties.
Prototype
ihuPublishTagSetNumericProperty
(
ihuTagProperties TagProperty,
double Value
);
Remarks
The ihuPublishTagSetNumericProperty
function returns the numeric tag property.
Returns
The ihuPublishTagSetNumericProperty
function returns ihuSTATUS_OK
on success, or errors on invalid input parameters or if any out-of-memory issues occur during dynamic memory allocation.