visCnnctTypeInwardOutward fails!!!

S

Sam

Hi all!
I'm trying to create my own stencil with components that i
read from a database. Everything work to my satisfaction
besides when I try to add a new row in the connections
section using AddNamedRow(,,,) with outward or
inwardoutward as connection types.

This one works perfect:
hrReturn = vsoShape.AddNamedRow(visSectionConnectionPts,
VBstr( _T(Oname)), visCnnctTypeInward, p_cellNr);

But when I change visCnnctTypeInward to
visCnnctTypeInwardOutward or visCnnctTypeOutward it fails.

What to do?
Thanks
Sam H.
 

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