Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgBooleanProperty
GetPropertyType
GetValue
MgBooleanProperty
MgPropertyCollection
SetValue
void MgBooleanProperty::SetValue
(
bool
value
)
Sets the property value.
.NET Syntax
void
SetValue(bool value)
;
Java Syntax
void SetValue(boolean value);
PHP Syntax
void
SetValue(bool value)
;
Parameters:
value
(boolean/bool) The value of the property
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.