OutputFormat
Contents
[
Hide
]OutputFormat class
Specifies the output format for a drawing.
Constructors
| Name | Description |
|---|---|
| OutputFormat | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | int | Specifies the output format for a drawing. The value of the property is OutputFormatValue integer constant. |
| Ufe | UnitFormulaErr | Specifies attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |
OutputFormat(value)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | int | A OutputFormatValue value. |
OutputFormat.Value property
Specifies the output format for a drawing. The value of the property is OutputFormatValue integer constant.
Type: int
OutputFormat.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.
deepClone()
Creates deep copy of this instance.