AddEdge Property

The AddEdge property returns or sets the state of the add edges to prisms option for a prism map. Returns a Boolean.

 

Syntax

object.AddEdge

object.AddEdge = AddEdge

 

Parameter

Type

Description

AddEdge

Boolean

required; true to add edges to prisms

 

Example

This example adds edges to an existing prism map.

 

PrismMap.AddEdge = True

 

Used by: PrismMap object