Im still kinda new to the Solidworks API so I hope thishasn't been asked 1000 times before ! (couldn't find via searchhere or google)
1. How do I find what sheet format is used for the current drawingsheet?
"swSheet.GetSheetFormatName" just returns something like "sheet 1",not the
name of the .slddrt used, which is what I want.
2. how do I get file properties such as "\\\$PRP:SW-Filename"; its nota custom property, which I know how to get, nor is it in thesummary info...
having trouble finding some of this stuff in the online API help.
Plus, when in the IDE some important objects dont display thelittle
popup with methods/properties available.
for example, after doing
Set swApp = Application.SldWorks
typing swApp. does not show a popup with all the goodies for swapp.
most other objects seem to work fine though.
BTW can anyone recommend a good book on vba for solidworks?
ThanksSolidworksApi macros
1. How do I find what sheet format is used for the current drawingsheet?
"swSheet.GetSheetFormatName" just returns something like "sheet 1",not the
name of the .slddrt used, which is what I want.
2. how do I get file properties such as "\\\$PRP:SW-Filename"; its nota custom property, which I know how to get, nor is it in thesummary info...
having trouble finding some of this stuff in the online API help.
Plus, when in the IDE some important objects dont display thelittle
popup with methods/properties available.
for example, after doing
Set swApp = Application.SldWorks
typing swApp. does not show a popup with all the goodies for swapp.
most other objects seem to work fine though.
BTW can anyone recommend a good book on vba for solidworks?
ThanksSolidworksApi macros
