Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 1.01 KB

visconnectedshapesflags-enumeration-visio.md

File metadata and controls

28 lines (19 loc) · 1.01 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
VisConnectedShapesFlags Enumeration (Visio)
vis_sdr.chm70575
vis_sdr.chm70575
visio
Visio.VisConnectedShapesFlags
00cf06f7-8161-8b56-9f3f-bed817789895
06/08/2017

VisConnectedShapesFlags Enumeration (Visio)

Specifies constants that identify shapes by the directionality of their connectors; passed to the Shape.ConnectedShapes method.

Note Connection points that have dual directionality (both inward and outward) are identified as either incoming or outgoing based on how they are used in a particular connection.

Name Value Description
visConnectedShapesAllNodes 0 The shapes that are connected by using either incoming or outgoing connections.
visConnectedShapesIncomingNodes 1 The shapes that are connected by using incoming connections.
visConnectedShapesOutgoingNodes 2 The shapes that are connected by using outgoing connections.