MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.