OutputFormat

OutputFormat class

Specifies the output format for a drawing.

Constructors

NameDescription
OutputFormatConstructor.

Properties

NameTypeDescription
ValueintSpecifies the output format for a drawing. The value of the property is OutputFormatValue integer constant.
UfeUnitFormulaErrSpecifies attributes of an element.

Methods

NameDescription
equalsAre objects equal.
hashCodeServes as a hash function for a particular type.
deepCloneCreates deep copy of this instance.

OutputFormat(value)

Constructor.

ParameterTypeDescription
valueintA 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.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.

deepClone()

Creates deep copy of this instance.