I have a project where I need to set the width %age of an AcDrawing object. The parameters are the total population of employees and total contributors to a campaign.
I am accumulating those elements with each read, and I have the sum available at the finish of the frame. I am using the finish method for the drawing object to set the size of the object using "Set svgPlane".
My problem is getting the information from the finish of the Frame to the drawing object. It seems that I am doing this backwards. What I need is a way to get the row data to the drawing object so that I can make the width calculation.
TIA
I am accumulating those elements with each read, and I have the sum available at the finish of the frame. I am using the finish method for the drawing object to set the size of the object using "Set svgPlane".
My problem is getting the information from the finish of the Frame to the drawing object. It seems that I am doing this backwards. What I need is a way to get the row data to the drawing object so that I can make the width calculation.
TIA