A Long type property. Gets and sets the type of smart connector's crossings in the document.
Applies to: Document object
[[Let] jumpTypeRet =] object.LineJumpType [Let] object.LineJumpType = jumpTypeSet |
The LineJumpType property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Document object. |
jumpTypeRet | Optional. A Long type variable. |
jumpTypeSet | Required. An expression that returns a Long value. |
The LineJumpType can take only one of these values:
Constant | Value | Description |
cdJumpSquare | 1 | As a square bridge |
cdJumpArc | 2 | As an arcover bridge |
cdJump2sides | 3 | As a two-side bridge |
cdJump3sides | 4 | As a three-side bridge |
cdJumpGap | 5 | As a gap |
You can also change the LineJumpOrient property from the ConceptDraw menu: "Tools->Line Jump Type".
See Also |
FlowAroundObjects property, LineJumpOrient property, LineJumpSize property, MaxNumberOfLegs property, MinDistToShapes property, PassThroughGroups property |