|
virtual double MgReader::GetDouble |
( |
CREFSTRING |
propertyName |
) |
[pure virtual] |
Gets the Double value of the specified property.
- Remarks:
- No conversion is performed. Therefore, the property must be a of type MgPropertyType::Double or an MgInvalidPropertyTypeException is thrown.
.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. | |
|