R
Ryo_Ohki2
Hello,
I'm using Visio Pro 2003 with VS Basic .NET. What I'm trying to do i
pull the custom properties off of a shape to list it in a treeview. M
problem is that I can't seem to even get any custom property off of th
shape. I've tried looking for examples, but none of them seems t
work, or I'm having a hard time understanding them to get th
properties. I've also looked into the Visio SDK for examples, but the
don't seem to work. ( targetShape.Cells("Prop.MyCustomPropLabel").Resul
)
If anyone can show me a example of how to pull all the label/data fro
the custom properties, I would be extremely grateful.
Note that I have been able to pull data from one shape (and only on
shape) due to the fact I know the property name my friend's visi
template.. but when I create my own custom property on a differen
shape (by right click the shape "Shapes=>Custom Property"), I can't se
it. It's probably something to do with the ability to only modify th
labels, not the actual name..
Any case if you can show a example..
Thanks for the help
I'm using Visio Pro 2003 with VS Basic .NET. What I'm trying to do i
pull the custom properties off of a shape to list it in a treeview. M
problem is that I can't seem to even get any custom property off of th
shape. I've tried looking for examples, but none of them seems t
work, or I'm having a hard time understanding them to get th
properties. I've also looked into the Visio SDK for examples, but the
don't seem to work. ( targetShape.Cells("Prop.MyCustomPropLabel").Resul
)
If anyone can show me a example of how to pull all the label/data fro
the custom properties, I would be extremely grateful.
Note that I have been able to pull data from one shape (and only on
shape) due to the fact I know the property name my friend's visi
template.. but when I create my own custom property on a differen
shape (by right click the shape "Shapes=>Custom Property"), I can't se
it. It's probably something to do with the ability to only modify th
labels, not the actual name..
Any case if you can show a example..
Thanks for the help