Descrizione
Will delete properties and then add custom properties with your info you type in example:This will delete propertie name "ENGINEER" code: retval = swModel.DeleteCustomInfo("ENGINEER")--end codeThis will add propertie name "ENGINEER" with your info code: retval = swModel.AddCustomInfo3("", "ENGINEER", swCustomInfoText, "ALBERT VENTURA")--end code