mptGetLockDefaultColors
mptGetLockDefaultColors( ) => t / nil
Description
Indicates whether the layer default color specified by mptSetLayerDefaultColor will be locked when assigned to a shape.
Arguments
Values Returned
|
The layer default color will be locked when assigned to a shape. |
|
|
The layer default color will not be locked when assigned to a shape. |
Example
mptGetLockDefaultColors()
t
Indicates whether the layer default color will be locked when assigned to a shape. In this example, the layer default color will be locked.
Return to top