The WhiteWashWall property returns or sets the state of the prism map White-wash prism walls option. Returns a Boolean.
Syntax
object.WhiteWashWall
object.WhiteWashWall = WhiteWashWall
Parameter |
Type |
Description |
WhiteWashWall |
Boolean |
required; true to white wash prism walls |
Remarks
The color of the walls depends on the lighting.
Example 1
This example returns the state of white washing the walls of prism map objects.
Debug.Print PrismMap.WhiteWashWall
Example 2
This example white washes the prism walls.
PrismMap.WhiteWashWall = True
Used by: PrismMap object