Hello,
It is possible to register a popup menu for more then one document type at once?
i try with :
int docType = (int)(swDocumentTypes_e.swDocDRAWING | swDocumentTypes_e.swDocPART);
int docType = (int)(swDocumentTypes_e.swDocDRAWING + swDocumentTypes_e.swDocPART);
SwApp.AddMenuPopupItem2(docType,...,...,)
but it seems to don't work...
SolidworksApi/macros