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
 
Top