Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgRasterPropertyDefinition
GetDefaultImageXSize
GetDefaultImageYSize
GetNullable
GetReadOnly
MgRasterPropertyDefinition
SetDefaultImageXSize
SetDefaultImageYSize
SetNullable
SetReadOnly
bool MgRasterPropertyDefinition::GetReadOnly
(
)
Returns a Boolean value that indicates whether this property is read-only.
.NET Syntax
bool
GetReadOnly()
;
Java Syntax
boolean
GetReadOnly()
;
PHP Syntax
bool
GetReadOnly()
;
Returns:
Returns true if this property is read-only; otherwise returns false.
Comments or suggestions? Send us
feedback
.