ObjTypeValue
ObjTypeValue enumeration
Utility class containing constants. Specifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the drawing page.
Values
| Name | Description |
|---|---|
| DRAWING_CONTEXT | Visio decides based on the drawing context. |
| SHAPE_PLACEABLE | Shape is placeable. |
| SHAPE_ROUTABLE | Shape is routable. |
| SHAPE_NOT_PLACEABLE_NOT_ROUTABLE | Shape is not placeable, not routable. |
| SHAPE_PLACEABLE_ROUTABLE | Group contains placeable/routable shapes. |
| UNDEFINED | Undefined. |