ObjTypeValue

ObjTypeValue enumeration

Specifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the drawing page.

public enum ObjTypeValue

Values

Name Value Description
DrawingContext 0 Visio decides based on the drawing context.
ShapePlaceable 1 Shape is placeable.
ShapeRoutable 2 Shape is routable.
ShapeNotPlaceableNotRoutable 4 Shape is not placeable, not routable.
ShapePlaceableRoutable 8 Group contains placeable/routable shapes.
Undefined -2147483648 Undefined.

See Also