Interesting, I had not used that before. Found this post:
[TABLE="class: forum"]Subject[TD="class: postvalue"]Re: How to scale features by setting an absolute scale factor. [/TD]
Author[TD="class: postvalue"]Ray Carnes [/TD]
Date[TD="class: postvalue"]Dec 28, 2005 [/TD]
Message[TD="class: postvalue"]See how you go with this:
Divide the final area by the original area and take the square root of the result and use it as your scaling factor.
ie: You want the final polygon to have an area of 50,250 square units and it currently has an area of 10,000 square units.
50250 / 10000 = 5.025 and the square root of 5.025 is 2.2415612.
Use 2.2415612 as your scaling factor.
Ray Carnes,
ESRI Technical Marketing. [/TD]
[/TABLE]