how to reference the last x value in geometry section

H

Harry79880

Hi,
how can I reference the last x value in the geometry section if I don't know
how many entries it contains (the count for example changes when you bend a
connector-object)?

I am familiar with the commen technique:
Gemonetryi.Xj
where i,j from 1,2,3,4,...

I hope there's something like "Geometryi.XLast". Is there a chance to get
the last point of a line and don't care about how much points there are
before?

Regards,
Harry
 
D

David Parker

If you mean in code (example in VBA where Shapes(5) is a Dynamic connector):

?Visio.ActivePage.Shapes(5).CellsSrc(VIsio.visSectionFirstComponent,
Visio.ActivePage.Shapes(5).RowCount(Visio.visSectionFirstComponent)-1,Visio.visX).Formula
 
H

Harry79880

Hi,
no I meant how to do this in shape sheet. because I want to have a letter
displayed always next to the destination point of a connector shape (1-d
shape). how can I realise it there?
 

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