Visio Shape

K

kbpartha

Hello All,

Is there a way via automation to find the basic shape type Like
line,circle,closed path,arc,bezier etc.

Regards
Partha
 
D

David Parker

I suggest that you download the Visio SDK and look in the Documentation
under Sections / Geometry of the ShapeSheet Reference.
Here is an extract:

Row Description
MoveTo Move to a coordinate.
LineTo Draw a line to a coordinate.
ArcTo Draw a circular arc to a coordinate.
EllipticalArcTo Draw an elliptical arc to a coordinate.
PolylineTo Draw a polyline, or consecutive lines, to a coordinate.
NURBSTo Draw a nonuniform rational B-spline (NURBS) to a coordinate.
SplineStart Start a spline.
SplineKnot Draw a spline segment to a knot coordinate.
InfiniteLine Draw an infinite line from one coordinate to another.
Ellipse Draw an ellipse from a center coordinate and a major/minor axis.
 
Top