Web API Reference MapGuide Open Source

MgRasterPropertyDefinition Class Reference
[MgRasterPropertyDefinition]

Defines a feature property which contains a raster image. More...

Inherits MgPropertyDefinition.

List of all members.


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)
 

Detailed Description

Defines a feature property which contains a raster image.

Comments or suggestions? Send us feedback.