ConnectObjBegin Property

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

Applies to: Shape object

Syntax

[[Let] shapeIDBeginRet =] object.ConnectObjBegin

[Let] object.ConnectObjBegin = shapeIDBeginSet

The ConnectObjBegin property syntax has these parts:

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

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

Remarks

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

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

 

See Also

ConnectObjEnd property, ConnectTypeBegin property, ConnectTypeEnd property