|
|
| void MgRasterProperty::SetValue |
( |
MgRaster * |
value |
) |
|
Sets the property value.
.NET Syntax
|
void SetValue(MgRaster value);
|
Java Syntax
|
void SetValue(MgRaster value);
|
PHP Syntax
|
void SetValue(MgRaster value);
|
- Parameters:
-
| value | (MgRaster) The value of the property. |
- Returns:
- Returns nothing.
|