B
Bernhard Marx
Hello,
I'm using Visio 2002 Prof.
I have some self designed shapes in the document stencil. I use the document
stencil, because of automatic updating the shapes in the document (inside of
the drawing). That work fine.
Every shape in the drawing gets via VBA some user-defined properties. When I
update a mastershape every shape in the drawing looses his informations in
the userdefined properties.
So I tried to use the uniqueID of a shape. I fetch the ID in VBA via ( Code:
ID=Shape.uniqueID(1) ). That work's fine too. But after I updated the
mastershape once again the shapes in the drawing have all NEW ID's.
So my question: How can I identify a shape in a drawing always. I thought
the way would be the unique ID.
Best regards
Bernhard Marx
I'm using Visio 2002 Prof.
I have some self designed shapes in the document stencil. I use the document
stencil, because of automatic updating the shapes in the document (inside of
the drawing). That work fine.
Every shape in the drawing gets via VBA some user-defined properties. When I
update a mastershape every shape in the drawing looses his informations in
the userdefined properties.
So I tried to use the uniqueID of a shape. I fetch the ID in VBA via ( Code:
ID=Shape.uniqueID(1) ). That work's fine too. But after I updated the
mastershape once again the shapes in the drawing have all NEW ID's.
So my question: How can I identify a shape in a drawing always. I thought
the way would be the unique ID.
Best regards
Bernhard Marx