I set the name of the selected face with
swPart.SetEntityName(swFace, "FaceName");
How can I agan select this face with name, because in continue program again I need to be this face selected.
This don't work!
boolstatus = swModelDocExt.SelectByID2("FaceName", "FACE", 0, 0, 0, true, 1, null, 0);
SolidworksApi macros