ObjType
Contents
[
Hide
]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
| Name | Description |
|---|---|
| ObjType | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | int | Specifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the dr |
| Ufe | UnitFormulaErr | Specifies attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
ObjType(value)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | int | A 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.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
hashCode()
Serves as a hash function for a particular type.