Search found 2 matches

by lenoli
Thu Aug 10, 2023 1:05 am
Forum: API
Topic: How do I set the Custom Property Tab Template from a VB Macro?
Replies: 10
Views: 2426

Re: How do I set the Custom Property Tab Template from a VB Macro?

gupta9665 wrote: Wed Aug 09, 2023 11:23 am Did you specified the correct path for the property tab builder file with extension?
Yes , I have set system option > file location> CustomPropertyfile folder.
and all CustomProperty template show in list but still not working.
by lenoli
Wed Aug 09, 2023 5:38 am
Forum: API
Topic: How do I set the Custom Property Tab Template from a VB Macro?
Replies: 10
Views: 2426

Re: How do I set the Custom Property Tab Template from a VB Macro?

sub main()
application.sldworks.activedoc.extension.custompropertybuildertemplate(false) = "whatever.prtprp"
end sub
this macro can't run in SW2020?