Web API Reference MapGuide Open Source
void MgSingleProperty::SetValue ( float  value  ) 

Sets the property value.

.NET Syntax
void SetValue(float value);
Java Syntax
void SetValue(float value);
PHP Syntax
void SetValue(float value);

Parameters:
value (float) The value of the property.
Returns:
Returns nothing.


Comments or suggestions? Send us feedback.