Gets the value of "Scale" property.
int Scale() const
Returned value
Value of "Scale" property of the object, assigned to the class instance. If there is no object assigned, it returns 0.
Sets new value for "Scale" property.
bool Scale( int scale // new value )
Parameters
scale
[in] New value for "Scale" property.
true if successful, false if property hasn't changed.