Share via


FromConnects Property [Visio 2003 SDK Documentation]

Returns a Connects collection of the shapes connected to a shape.

objRet = object**.FromConnects**

objRet     The Connects collection of shapes connected to this shape.

object     Required. An expression that returns a Shape object.

Version added

4.5

Remarks

The FromConnects property of a shape returns a Connects collection that contains every Connect object for which the shape is the ToSheet property. This tells you all the shapes connected to a shape.

To obtain a Connects collection that contains every Connect object for which the shape is the FromSheet property, use the shape's Connects property. This tells you all the shapes to which the shape is connected.

Applies to | Shape object

See Also | Connect object | Connects collection | Connects property | FromSheet property | ToSheet property