MinWidth Property

 

The MinWidth property returns or sets the flow map minimum line width. Returns a double.

 

Syntax

object.MinWidth

object.MinWidth = MinWidth

 

Parameter

Type

Description

MinWidth

Double

required; in page units

 

Example 1

This example returns the minimum width for flow map curves.

 

Debug.Print FlowMap.MinWidth

 

Example 2

This example sets the flow map curve minimum width to 0.02.

 

FlowMap.MinWidth = 0.02

 

Used by: FlowMap object