Web API Reference MapGuide Open Source
void MgClobProperty::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.