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