Get RowName for Geometry section.

J

Jacques

How can I get the value of the rowname in the geometry section (LineTo,
MoveTo,...)?
I figured that the RowNameU property should contain it but when I watch the
application in the debugger this property remains null.
 
M

Mark Nelson [MS]

Geometry sections do not have named rows. It's not clear what you are
trying to do, but generally it is best to access geometry sections using the
Path and Curve objects.
 
D

David Parker

I think that you are trying to get the visRowTag of the RowType property.
Look up RowType property in Developer help
 

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