The Bulge property returns or sets the magnitude of a bulge for Bent flow and S flow flow map lines. Returns a double.
Syntax
object.Bulge
object.Bulge = Bulge
Parameter |
Type |
Description |
Bulge |
Double |
required; value between -1.0 and 1.0 |
Remarks
The FlowShape Property must be set to mvFlowShapeBent or mvFlowShapeSFlow.
Example 1
This example sets the flow map bulge to 0.2.
FlowMap.Bulge = 0.2
Example 2
This example returns the flow map bulge.
Debug.Print FlowMap.Bulge
Used by: FlowMap object