2008-08-21 04:35 PM
2008-08-30 05:33 PM
2008-09-01 12:08 PM
2008-09-02 06:56 AM
gkmethy wrote:Barry wrote:Barry,
Now I just did a "save as" but did not modify the object so the GUID remained exactly the same.
{103E8D2C-8230-42E1-9597-46F84CCE28C0}-{1237716B-D289-456A-96DF-E82F767D5B0E}
{103E8D2C-8230-42E1-9597-46F84CCE28C0}-{1237716B-D289-456A-96DF-E82F767D5B0E}
They look pretty identical to me.
Where do you check the GUID of the library parts? I just tried what happens if you open and "save as" a library part, and it did get a completely new GUID. I used the "open object by subtype" dialog to check the GUID of the parts:
2008-09-02 07:08 AM
gkmethy wrote:OK I just found the "Open object by subtype" in the work environment.Barry wrote:Barry,
Now I just did a "save as" but did not modify the object so the GUID remained exactly the same.
{103E8D2C-8230-42E1-9597-46F84CCE28C0}-{1237716B-D289-456A-96DF-E82F767D5B0E}
{103E8D2C-8230-42E1-9597-46F84CCE28C0}-{1237716B-D289-456A-96DF-E82F767D5B0E}
They look pretty identical to me.
Where do you check the GUID of the library parts? I just tried what happens if you open and "save as" a library part, and it did get a completely new GUID. I used the "open object by subtype" dialog to check the GUID of the parts:
2008-09-02 08:32 AM
2008-09-02 12:00 PM
2008-09-02 05:10 PM
2008-09-05 06:01 AM
Just out of interest I thought I would tryBarry,
xx=REQUEST ("Internal_id", "", id)
TEXT2 0.5, 0.5, id
to see what that gave me.
I just get "0" as the value for id.
2008-09-05 07:59 AM
Rob wrote:You are right Rob.Just out of interest I thought I would tryBarry,
xx=REQUEST ("Internal_id", "", id)
TEXT2 0.5, 0.5, id
to see what that gave me.
I just get "0" as the value for id.
I believe that the internal ID is discontinued and is being kept in whole AC structure for compatibility reasons.
Regarding GUID - I think that it is a composite structure that is identifying not just an element ID itself but a parent directory (eg. Drawing Title subtype belongs to 'a family' of Drawing Symbols) and possibly other info too. So in other words a GUID of any placed instance will just show 'code hooks' to further (hidden to GDL) structures and therefore it will differ from the GUID shown in the Subtype Hierarchy dialog.
2008-09-05 08:01 AM