The ClassBulge property returns or sets the magnitude of a bulge for Bent flow and S flow flow map lines. Returns a double.
Syntax
object.ClassBulge(ClassIndex)
object.ClassBulge(ClassIndex) = Bulge
Parameter |
Type |
Description |
ClassIndex |
Integer |
required; class number |
Bulge |
Double |
required; value between -1.0 and 1.0 |
Remarks
The ClassFlowShape property must be set to mvFlowShapeBent or mvFlowShapeSFlow.
Example
'ClassBulge
'Set the bulge of the first class to be negative (curve under)
FlowMap.ClassBulge(1) = -.5
Used by: FlowMap object