21 lines
248 B
Markdown
21 lines
248 B
Markdown
# Angle
|
||
|
||
Prohibits changing the slope angle property.
|
||
|
||
```
|
||
bool Angle(
|
||
double angle // any value
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
angle
|
||
|
||
[in] Any value of [double](/en/docs/basis/types/double) type.
|
||
|
||
Return Value
|
||
|
||
Always false.
|