value_in_specified_units property

value_in_specified_units property

The angle value as a floating point value, in the units expressed by unitType. Setting this attribute will cause value and valueAsString to be updated automatically to reflect this setting.

Definition:

@property
def value_in_specified_units(self):
    ...
@value_in_specified_units.setter
def value_in_specified_units(self, value):
    ...

See Also