Hi --
Well, this is embarrassing. I asked GTAC about the problem and they replied negative. Below is the reply from GTAC.
There is no API on the 'Partslist' object for placing the Partslist at a given location during creation because the 'PartsLists.Add' method does not directly specify origin location. Same for moving it later. There is no API like
'PartsList.SetOrigin' or something like that.
However you can specify a previously 'Saved Setting' when you create the Partslist. These saved settings are saved in an ascii file in the following location (Default location):
C:\Program Files\Solid Edge ST2\Template\Reports\Draftlist.txt
This contains 'ANSI' and 'ISO' settings but you can move the partslist and give it your own name.
You can specify this saved setting in the following...
Set objPartsList = objDoc.PartsLists.Add(DrawingView:=objDrawingView, _
SavedSettings:="MySavedSettings", _
AutoBalloon:=1, CreatePartsList:=1)
Is there anybody, who can throw in some light which may get me through. (Why I ask this is, when I used to do solidworks automation, there were guys who used to give workarounds for cases which weren't possible with solidworks helpdesk)
Eventhough no one replies, somebody will be helped by a day in getting the result from GTAC
Thanks and Cheers.
Thomas