The UseAreaEdgeColor property returns or sets the prism map Use object edge color as prism edge color option. Returns a Boolean.
Syntax
object.UseAreaEdgeColor
object.UseAreaEdgeColor = UseAreaEdgeColor
Parameter |
Type |
Description |
UseAreaEdgeColor |
Boolean |
required; true to use object edge color |
Remarks
The AddEdge Property must be true to use this property.
Example 1
This example returns the state of using the area edge color for the edges of prism map objects.
Debug.Print PrismMap.UseAreaEdgeColor
Example 2
This example uses the area edge color for the edges of prism map objects.
PrismMap.UseAreaEdgeColor = True
Used by: PrismMap object