| Web API Reference | MapGuide Open Source |
Inherits MgPropertyDefinition.
Public Member Functions | |
| INT32 | GetDefaultImageXSize () |
| INT32 | GetDefaultImageYSize () |
| bool | GetNullable () |
| bool | GetReadOnly () |
| Returns a Boolean value that indicates whether this property is read-only. | |
| MgRasterPropertyDefinition (CREFSTRING name) | |
| Constructs a MgRasterPropertyDefinition object. | |
| void | SetDefaultImageXSize (INT32 size) |
| Sets the default size of the image file in the horizontal direction, in pixels (number of columns). | |
| void | SetDefaultImageYSize (INT32 size) |
| Sets the default size of the image file in the vertical direction, in pixels (number of rows). | |
| void | SetNullable (bool value) |
| Sets a Boolean value that indicates whether this property's value can be null. | |
| void | SetReadOnly (bool value) |