Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgSingleProperty
GetPropertyType
GetValue
MgPropertyCollection
MgSingleProperty
SetValue
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
.