MaxNumOfLegs Property

A Long type property. Gets or sets the maximum possible number of legs for all smart connectors of the document.

Applies to: Document object

Syntax

[[Let] numOfLegsRet =] object.MaxNumOfLegs

[Let] object.MaxNumOfLegs = numOfLegsSet

The MaxNumOfLegs property syntax has these parts:

Part Description
object Required. An expression that returns a Document object.
numOfLegsRet Optional. A Long type variable.
numOfLegsSet Required. An expression that returns a Long value. The new maximum number of legs for smart connectors of the document.

Remarks

If MaxNumOfLegs equals to 0, the number of legs for all smart connectors of the document is unlimited. The minimal number of smart connector legs is 3, so any value of numOfLegsSet less than 3 is equivalent to setting the unlimited number of legs. 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, MinDistToShapes property, PassThroughGroups property