Y
Yoshihisa
Hi, I'm Yoshihisa Matsumoto.
I'd like to know how to modify the attribute of UML Class in Visio2003 by
using VBA macro.
In my programming, I can edit the Class name like
shpObj.Shapes("Name").Text = "CTest"
But, I can't find the way to edit the modifier like "private" or "public".
and the way to add attributes and operations.
Does anyone know how to do it?
thanks,
I'd like to know how to modify the attribute of UML Class in Visio2003 by
using VBA macro.
In my programming, I can edit the Class name like
shpObj.Shapes("Name").Text = "CTest"
But, I can't find the way to edit the modifier like "private" or "public".
and the way to add attributes and operations.
Does anyone know how to do it?
thanks,