Creates a valid stair baseline from invalid data.
    GSErrCode ACAPI_Goodies (
        APIAny_SolveStairID,
        API_StairType*            apiStair,
        API_ElementMemo*          apiMemo,
        API_StairSolutionID*      solution
    );
    
Parameters
- apiStair  
- [in/out] The stair element to be checked.
- apiMemo
- [in/out] The memo of the stair element to be checked.
- solution
- 
            [out] The result of the operation:
            APISS_CorrectThe baseline was already correct, no operation was needed. APISS_SolvedThe baseline was successfully solved. APISS_NotSolvedThe baseline could not be solved. 
Return Values
- NoError
- The function has completed with success.
- APIERR_BADPARS
- baselineor- solutionis- nullptr.
For other common API errors see the API Errors.
Requirements
- Version: API 21 or later
- Header: APIdefs_Goodies.h