|
|
| MgSingleProperty::MgSingleProperty |
( |
CREFSTRING |
name, |
|
|
float |
value | |
|
) |
| | |
Constructs an MgSingleProperty object.
.NET Syntax
|
MgSingleProperty(string name, float value);
|
Java Syntax
|
MgSingleProperty(String name, float value);
|
PHP Syntax
|
MgSingleProperty(string name, float value);
|
- Parameters:
-
| name | (String/string) The name of the property. |
| value | (float) The value of the property. |
|