FlowAroundObjects Property

A Boolean type property.
Shape object: gets or sets the flag that specifies whether the smart connector should avoid shapes on its way, located on the same page as the smart connector (True - avoid, False - pass through).
Document object: sets the default value for new smart connectors created in the document.

Applies to: Document object, Shape object

Syntax

[[Let] flowAroundRet =] object.FlowAroundObjects

[Let] object.FlowAroundObjects = flowAroundSet

The FlowAroundObjects property syntax has these parts:

Part Description
object Required. An expression that returns a Document object.
flowAroundRet Optional. A Boolean type variable.
flowAroundSet Required. An expression that returns a Boolean value.

Remarks

If object is a document, then when a new smart connector is created, the value of the FlowAroundObjects property is set to the FlowAroundObjects property of this smart connector. You can also modify the FlowAroundObjects property by using the ConceptDraw interface - in the menu "Shape->Connector->Flow Around Objects".

 

See Also

FlowAroundObjects property, LineJumpOrient property, LineJumpSize property, LineJumpType property, MaxNumberOfLegs property, MinDistToShapes property, PassThroughGroups property