Progress.GetSize

table Progress.GetSize ( 

string ObjectName )

Example 1

progress_size = Progress.GetSize("Progress_Ob");

Gets the pixel dimensions of the "Progress_Ob" progress object and stores the width and height values in the "progress_size" table. The dimensions can be accessed by referencing progress_size.Width and progress_size.Height.

See also:  Related Actions