N
NAdir
Hi,
I tried to delete rows in the geometry section and it works under VBA. But
the same code does not do anything when I use it in VB .NET. I have a line
shape and I want to delete all lineTo rows and keep only the first and last
rows.
Any help ? Thanks
Dim index As Integer
For index = flowShape.RowCount(VisSectionIndices.visSectionFirstComponent)
To 2 Step -1
flowShape.DeleteRow(VisSectionIndices.visSectionFirstComponent,VisRowIndices
..visRowVertex + index)
Next
I tried to delete rows in the geometry section and it works under VBA. But
the same code does not do anything when I use it in VB .NET. I have a line
shape and I want to delete all lineTo rows and keep only the first and last
rows.
Any help ? Thanks
Dim index As Integer
For index = flowShape.RowCount(VisSectionIndices.visSectionFirstComponent)
To 2 Step -1
flowShape.DeleteRow(VisSectionIndices.visSectionFirstComponent,VisRowIndices
..visRowVertex + index)
Next