34 lines
555 B
Markdown
34 lines
555 B
Markdown
# Degree (Get Method)
|
||
|
||
Gets the value of "Degree" property.
|
||
|
||
```
|
||
ENUM_ELLIOT_WAVE_DEGREE Degree() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Value of "Degree" property of the object assigned to the class instance. If there is no object assigned, it returns WRONG_VALUE.
|
||
|
||
# Degree (Set Method)
|
||
|
||
Sets new value for "Degree" property.
|
||
|
||
```
|
||
bool Degree(
|
||
ENUM_ELLIOT_WAVE_DEGREE degree // property value
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
degree
|
||
|
||
[in] New value for "Degree" property.
|
||
|
||
Return Value
|
||
|
||
true - successful, false - cannot change the property.
|