This action allows the user to rebuild the SigmaStudio project into SigmaStudio+ project. The function call takes in 1 arguments. This will import the SigmaStudio exported xml file and recreate the schematic in SigmaStudio+. Return type is a SSPResult which contains a IsSuccess flag for success/failure and Message in the form of list of strings.
SSPResult Import(string modXMLPath)
SSPResult contains 'IsSuccess' flag and 'Message' information for the Import action.