Enum 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

NameValueDescription
DrawingContext0Visio decides based on the drawing context.
ShapePlaceable1Shape is placeable.
ShapeRoutable2Shape is routable.
ShapeNotPlaceableNotRoutable4Shape is not placeable, not routable.
ShapePlaceableRoutable8Group contains placeable/routable shapes.
Undefined-2147483648Undefined.

See Also