Sets an attribute to a float value.
Syntax
void IsetFloatAttribute(string attributeName, float value);
Parameters
Return Values
None.
Exceptions
Example
// Call the Float method String floatAttributeName "FloatAttributeName"; float value = 0.999; exampleBusObj.IsetFloatAttribute(floatAttributeName, value);