FlowShape Property

 

The FlowShape property returns or sets the flow shape for a flow map. Returns a MVFlowShapeType.

 

Syntax

object.FlowShape

object.FlowShape = FlowShape

 

Parameter

Type

Description

FlowShape

MVFlowShapeType

required; straight, bent, or S flow

 

Example 1

This example returns the flow shape for a flow map.

 

Debug.Print FlowMap.FlowShape

 

Example 2

This example sets the shape for flow map lines to an S shape.

 

FlowMap.FlowShape = mvFlowShapeSFlow

 

Used by: FlowMap object