MgDoubleProperty Class Reference
[MgDoubleProperty]
Inherits MgNullableProperty.
Detailed Description
Stores double precision floating point data with an associated key name. An instance of this class can be stored in an MgPropertyCollection object. The key name can be used to retrieve the instance from the property collection.
- Remarks:
- You can store an instance of this class in an MgPropertyCollection object. Use the key name to retrieve the instance from the property collection.
Public Member Functions | |
INT16 | GetPropertyType () |
double | GetValue () |
Gets the property value. | |
MgDoubleProperty (CREFSTRING name, double value) | |
Constructs an MgDoubleProperty object. | |
void | SetValue (double value) |
Friends | |
class | MgPropertyCollection |