Angle
Angle (Get Method)
Gets the value of “Angle” property.
double Angle() constReturn Value
Value of “Angle” property of the object assigned to the class instance. If there is no object assigned, it returns EMPTY_VALUE.
Angle (Set Method)
Sets a value for “Angle” property.
bool Angle(
double angle // property value
)Parameters
- angle
[in] New value for “Angle” property.
Return Value
true - successful, false - cannot change the property.
Last updated on