M
Markus Breugst
Dear All,
in order to retrieve the reference of a specific shape out of a shape list,
it is possible to use the shape's "NameU", "ID", and "Index" value.
Example:
IVShape _shape = _document.Pages[1].Shapes[_id];
I don't know why, but we used the "NameID" value for this purpose. In
Visio2002 this worked perfect, but it seems that Visio2003 does not support
this anymore. Is this correct?
(Of course this is no problem. I just want to be sure that this is the
reason for some failures we have. Otherwise, I have to go on debugging.)
Thanks in advance & best regards,
Markus
in order to retrieve the reference of a specific shape out of a shape list,
it is possible to use the shape's "NameU", "ID", and "Index" value.
Example:
IVShape _shape = _document.Pages[1].Shapes[_id];
I don't know why, but we used the "NameID" value for this purpose. In
Visio2002 this worked perfect, but it seems that Visio2003 does not support
this anymore. Is this correct?
(Of course this is no problem. I just want to be sure that this is the
reason for some failures we have. Otherwise, I have to go on debugging.)
Thanks in advance & best regards,
Markus