Parent Object: AngleValueCommandInput Defined in namespace "adsk::core" and the header file is <Core/UserInterface/AngleValueCommandInput.h>
Description
Gets and sets maximum value, if any, that the value can be. The value is in radians. When getting this property you should first check the hasMaximumValue property to see if this property applies. Also, the isMaximumValueInclusive indicates if the minimum includes this value or will be up to this value.
Setting this value will change the isMaximumValueInclusive to True and the hasMaximumValue property to True if hasMaximumValue is currently False, otherwise it will just update the value.