yag
Guest
I don't understand why I can make this code work.
....
filtertype(0) = 0: filterdata(0) = "insert"
set sset = thisdrawing.selectionsets.add("element")
sset.select acselectionsetall, filtertype, filterdata
dim array1 as variant
dim slinetowrite as string
Slinetowrite = "
for each element in sset
array1 = element.getattributes
....
I should travail attributes because there are but I want to select everything not v
works only if I put
sset.selectonscreen filtertype, filterdata
Then you will
....
filtertype(0) = 0: filterdata(0) = "insert"
set sset = thisdrawing.selectionsets.add("element")
sset.select acselectionsetall, filtertype, filterdata
dim array1 as variant
dim slinetowrite as string
Slinetowrite = "
for each element in sset
array1 = element.getattributes
....
I should travail attributes because there are but I want to select everything not v
works only if I put
sset.selectonscreen filtertype, filterdata
Then you will