Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgRasterPropertyDefinition
GetDefaultImageXSize
GetDefaultImageYSize
GetNullable
GetReadOnly
MgRasterPropertyDefinition
SetDefaultImageXSize
SetDefaultImageYSize
SetNullable
SetReadOnly
bool MgRasterPropertyDefinition::GetNullable
(
)
Gets a Boolean value that indicates whether this property's value can be null.
.NET Syntax
bool
GetNullable()
;
Java Syntax
boolean
GetNullable()
;
PHP Syntax
bool
GetNullable()
;
Returns:
Returns a Boolean value that indicates whether this property's value can be null.
Comments or suggestions? Send us
feedback
.