float IgetFloatAttribute(string attributeName);
The float value of the attribute.
// Call the Float method and get the attribute float floatValue = 0.0; String floatAttributeName = "Height"; floatValue = exampleBusObj.IgetFloatAttribute(floatAttributeName);