OutputVar := new MfBidiCategory()
OutputVar := new MfBidiCategory(num)
OutputVar := new MfBidiCategory(instanceEnum)
OutputVar := new MfBidiCategory(enumItem)
Creates a new instance of MfBidiCategory class and set initial value to zero.
Throws MfNotSupportedException if this sealed class is extended or inherited.
Creates a new instance of MfBidiCategory class and sets initial value to value of num.
num
A value representing the current selected MfEnum.EnumItem value(s) of the MfBidiCategory class.
Throws MfNotSupportedException if this sealed class is extended or inherited.
Throws MfArgumentException if arguments are not correct.
Creates a new instance of MfBidiCategory class an set the initial value to the value of instanceEnum.
instanceEnum
an instance of MfBidiCategory class whose value is used to construct this instance.
Throws MfNotSupportedException if this sealed class is extended or inherited.
Throws MfArgumentException if arguments are not correct.
Creates a new instance of MfBidiCategory class and set its value to the MfEnum.EnumItem instance value.
enumItem
MfEnum.EnumItem value must element of this instance
Throws MfNotSupportedException if this sealed class is extended or inherited.
Throws MfArgumentException if arguments are not correct.