ConnectObjEnd Property

A Long type property. ID (the ID property) of the shape, to which the end point of this 1D-shape is connected.

Applies to: Shape object

Syntax

[[Let] shapeIDEndRet =] object.ConnectObjEnd

[Let] object.ConnectObjEnd = shapeIDEndSet

The ConnectObjEnd property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
shapeIDEndRet Optional. A Long type variable.
shapeIDEndSet

Required. An expression that returns a Long value. The ID (ID property) of the shape, to which the end point of this shape is to be connected.

Remarks

This property is only effective for 1D-shapes. If the shape with shapeIDEndSet ID is not found in the shape collection of the page to which object belongs, the ConnectObjEnd property doesn't change its value. Also notice that an 1D-shape can't be connected to itself.

If ConnectObjEnd is modified, object is completely rebuilt and connected to the new shape, defined by shapeIDEndSet.

 

See Also

ConnectObjBegin property, ConnectTypeBegin property, ConnectTypeEnd property