MinDistToShapes Property

A Double type property. Sets the minimal distance between a smart connector and other shapes on the same page. Applies to all smart connectors of the document.

Applies to: Document object

Syntax

[[Let] minDistanceRet =] object.MinDistToShapes

[Let] object.MinDistToShapes = minDistanceSet

The MinDistToShapes property syntax has these parts:

Part Description
object Required. An expression that returns a Document object.
minDistanceRet Optional. A Double type variable.
minDistanceSet Required. An expression that returns a Double value.

Remarks

The minimal distance between smart connectors and shapes is specified in internal ConceptDraw units (InternalUnit), and can be greater than or equal to 0. (any positive value). Any value of minDistanceSet less than 0 is equivalent to setting the distance to 0. This property can also be changed from within ConceptDraw, using the menu "File->Document Properties->Advanced->Connectors And Routing".

 

See Also

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