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

Latest commit

 

History

History
29 lines (19 loc) · 1.29 KB

visspatialrelationcodes-enumeration-visio.md

File metadata and controls

29 lines (19 loc) · 1.29 KB
title keywords f1_keywords ms.prod ms.assetid ms.date
VisSpatialRelationCodes Enumeration (Visio)
vis_sdr.chm70225
vis_sdr.chm70225
visio
4834dcb7-48e4-14c4-272f-3531892a0ccd
06/08/2017

VisSpatialRelationCodes Enumeration (Visio)

Codes for spatial relationships between shapes to be passed to the Shape.SpatialRelation property.

Remarks

The spatial relationship between shapes can be indicated by any combination of the following values.

Constant Value Description
visSpatialContainedIn &;H4 A shape can be contained within another shape. Shape B is contained within shape A if shape A encloses every region and path of shape B.
visSpatialContain &;H2 A shape can contain another shape. Shape A contains shape B if shape A encloses every region and path of shape B.
visSpatialOverlap &;H1 Two shapes can overlap. Shapes overlap if their interior regions have at least one point in common. You will also get this result if you compare a shape to itself or if either shape is a sub-shape of the other.
visSpatialTouching &;H8 A shape can be touching another shape. Shape A touches shape B if neither one contains or overlaps the other and they have one or more common points whose distance is within the specified tolerance.