The FlowMethod property returns or sets the flow method for a flow map. Returns a MVFlowMethod.
Syntax
object.FlowMethod
object.FlowMethod = FlowMethod
Parameter |
Type |
Description |
FlowMethod |
required; overlay curves or connect centroids |
Example 1
This example returns the flow method used for a flow map.
Debug.Print FlowMap.FlowMethod
Example 2
This example sets the flow method to the overlay curves method.
FlowMap.FlowMethod = mvFlowOverlayCurve
Used by: FlowMap object