B
BBD
Hi all,
I am writting VBA code to export Visio document content to some special
format (lets say to PDF). I know how I can get geometry of the shapes in the
document:
Dim XYPoints() As Double
ThisDocument.Pages(1).Shapes(1).Paths(1).Points 0.1, XYPoints
How can I get another attributes of the shape, like line color, line
pattern, fill transparency, etc? Where can I look for detailed
documentation?
Thanks,
BBD
I am writting VBA code to export Visio document content to some special
format (lets say to PDF). I know how I can get geometry of the shapes in the
document:
Dim XYPoints() As Double
ThisDocument.Pages(1).Shapes(1).Paths(1).Points 0.1, XYPoints
How can I get another attributes of the shape, like line color, line
pattern, fill transparency, etc? Where can I look for detailed
documentation?
Thanks,
BBD