The ClassFlowShape property returns or sets the flow map flow shape for the specified class. Returns a MVFlowShapeType.
Syntax
object.ClassFlowShape(ClassIndex)
object.ClassFlowShape(ClassIndex) = FlowShape
Parameter |
Type |
Description |
ClassIndex |
Integer |
required; class number |
FlowShape |
required; straight, bent, or S flow |
Example
'ClassFlowShape
'Change the shape of the first class flow line to be bent
FlowMap.ClassFlowShape(1) = mvFlowShapeBent
Used by: FlowMap object