The ApplyTexture property returns or sets the state of applying texture to a prism map. Returns a Boolean.
Syntax
object.ApplyTexture
object.ApplyTexture = ApplyTexture
Parameter |
Type |
Description |
ApplyTexture |
Boolean |
required; true to apply texture |
Remarks
To use this command, you need to have the ColorMethod Property set to MVPrismColorArea (use object colors).
Example 1
This example applies a texture to a prism map.
PrismMap.ApplyTexture = True
Example 2
This example returns the state of applying a texture to a prism map.
Debug.Print Prism Map.ApplyTexture
Used by: PrismMap object