The EdgeColor property returns or sets the prism map Add edges to prisms option. Returns a MVColor.
Syntax
object.EdgeColor
object.EdgeColor = EdgeColor
Parameter |
Type |
Description |
EdgeColor |
required; edge color |
Remarks
Use the enumeration [mvColorRed], RGB value [RGB(255,0,0)], or number [255] to set a color.
Example 1
This example returns the edge color for a prism map.
Debug.Print PrismMap.EdgeColor
Example 2
This example sets the edge color to blue for a prism map.
PrismMap.EdgeColor = mvColorBlue
Used by: PrismMap object