The TextureMethod property returns or sets the texture method for a prism map. Returns a MVPrismTextureMethod.
Syntax
object.TextureMethod
object.TextureMethod = TextureMethod
Parameter |
Type |
Description |
TextureMethod |
required; use object colors or use a bitmap |
Example 1
This example returns the texture method used for a prism map.
Debug.Print PrismMap.TextureMethod
Example 2
This example sets the prism map texture method to a fill pattern.
PrismMap.TextureMethod = mvTextureMethodPattern
Used by: PrismMap object