ObjType

ObjType class

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

Constructors

NameDescription
ObjTypeConstructor.

Properties

NameTypeDescription
ValueintSpecifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the dr
UfeUnitFormulaErrSpecifies attributes of an element.

Methods

NameDescription
equalsAre objects equal.
hashCodeServes as a hash function for a particular type.

ObjType(value)

Constructor.

ParameterTypeDescription
valueintA ObjTypeValue value.

ObjType.Value property

Specifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the drawing page. The value of the property is ObjTypeValue integer constant.

Type: int

ObjType.Ufe property

Specifies attributes of an element.

Type: UnitFormulaErr

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.