Sets an attribute to a double value.
Syntax
void IsetDoubleAttribute(string attributeName, double value);
Parameters
Return Values
None.
Exceptions
Example
// Call the double method String doubleAttributeName = "Average"; double value = 5.75; exampleBusObj.IsetDoubleAttribute(doubleAttributeName, value);