MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
void MgDoubleProperty::SetValue ( double  value)

Sets the property value.

.NET Syntax
void SetValue(double value);
Java Syntax
void SetValue(double value);
PHP Syntax
void SetValue(double value);
Parameters:
value(double) The value of the property.
Returns:
Returns nothing.