The AddTopEdgeOnly property returns or sets the top edge only option for prism maps. Returns a Boolean.
Syntax
object.AddTopEdgeOnly
object.AddTopEdgeOnly = AddTopEdgeOnly
Parameter |
Type |
Description |
AddTopEdgeOnly |
Boolean |
required; true to only add edges to the tops of the prisms |
The AddEdge property must be set to True for the AddTopEdgeOnly property to have an effect.
Example 1
This example returns whether or not only top edges are drawn on prisms.
Debug.Print Map.AddTopEdgeOnly
Example 2
This example draws edges only on the tops of the prisms.
Map.AddTopEdgeOnly = True
Used by: PrismMap object