MgGeometryProperty Class Reference
[MgGeometryProperty]
Inherits MgNullableProperty.
Detailed Description
Stores MgByteReader data with an associated key name.
- 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 () |
MgByteReader * | GetValue () |
Gets the property value. | |
MgGeometryProperty (CREFSTRING name, MgByteReader *value) | |
Constructs an MgGeometryProperty object. | |
void | SetValue (MgByteReader *value) |
Friends | |
class | MgPropertyCollection |