Connect Object [Visio 2003 SDK Documentation]
Multiple objects Connects Connect Multiple objects |
Represents a connection between two shapes in a drawing, such as a line and a box in an organization chart.
Retrieve a Connect object from the Connects collection returned by the Connects and FromConnects properties of a Shape object, or the Connects collection of a Page or Master object.
Version added
2.0
Remarks
The default property of a Connect object is FromSheet.
Use the GlueTo or GlueToPos method of a Cell object to connect one shape to another in a drawing.
Properties | ContainingMasterID property | ContainingPageID property | Document property | FromCell property | FromPart property | FromSheet property | Index property | ObjectType property | Stat property | ToCell property | ToPart property | ToSheet property
Parent Objects | Connects Collection
Child Objects | Cell Object | Document Object | Shape Object
See Also | Connects collection | Connects property | FromConnects property