Measrue perimeter of a shape?

D

David Parker

LengthUI Property

Returns the length (perimeter) of the Shape in internal units.

Public Sub Perim()
MsgBox (Application.ActiveWindow.Selection.PrimaryItem.LengthIU(False))
End Sub

Note that the shape must be "closed", ie the last line must return to the
start
 
D

Dick Hamilton [MSFT]

Hi,

With the shape or shapes selected, choose Tools > Addons > Visio Extras >
Shape Area and Perimeter... Here's the description of the perimeter field
in the addon, from the Online Help:

Displays the perimeter of the selected shape or shapes. From the list,
select the unit of measure you want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top