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