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