Gets the Single value of the specified property.
.NET Syntax
virtual float GetSingle(string propertyName);
|
Java Syntax
virtual float GetSingle(String propertyName);
|
PHP Syntax
virtual float GetSingle(string propertyName);
|
- Parameters:
-
| propertyName | (String/string) The property name. |
- Returns:
- Returns the single value.
- Exceptions:
-
| MgInvalidPropertyTypeException. | |