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