Symbol Attributes
- Last UpdatedNov 24, 2023
- 1 minute read
This section describes symbol attribute functions.
|
symbol_height_set(Height) |
||
|
The function sets the modal symbol height. |
||
|
Input Parameters: |
||
|
Height |
real |
The symbol height. > 0: height of symbol space < 0: height of symbol (absolute value) |
|
Returned value: |
||
|
None |
||
|
Exceptions: |
||
|
None |
||
|
symbol_height_get() |
||
|
The function gets the modal symbol height. |
||
|
Input Parameters: |
||
|
None |
||
|
Returned value: |
||
|
[0] |
real |
The symbol height |
|
Exceptions: |
||
|
None |
||
|
symbol_rotation_set(Rot) |
||
|
The function sets the modal symbol rotation angle. |
||
|
Input Parameters: |
||
|
Rot |
real |
The symbol rotation angle, in degrees |
|
Returned value: |
||
|
None |
||
|
Exceptions: |
||
|
None |
||
|
symbol_rotation_get() |
||
|
The function gets the modal symbol rotation angle. |
||
|
Input Parameters: |
||
|
None |
||
|
Returned value: |
||
|
[0] |
real |
The symbol rotation angle, in degrees |
|
Exceptions: |
||
|
None |
||
|
Example: |
||
|
# Example: kcs_ex_draft6.py |
||