MgRasterPropertyDefinition Class Reference
[MgRasterPropertyDefinition]
Inherits MgPropertyDefinition.
Detailed Description
Defines a feature property which contains a raster image.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) |