The IncludeAllLayers property returns or sets the Include all layers in calculation image dimensions option for gradient maps. Returns a Boolean.
Syntax
object.IncludeAllLayers
object.IncludeAllLayers = IncludeAllLayers
Parameter |
Type |
Description |
IncludeAllLayers |
Boolean |
required; true to include all layers |
Example
'IncludeAllLayers
'Include boundaries from other layers to be filled by the gradient map
GradientMap.IncludeAllLayers = True
Used by: GradientMap object