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