Plugin.GetSize

table Plugin.GetSize ( 

string ObjectName )

Example 1

plug_size = Plugin.GetSize("Plug_Ob");

Gets the pixel dimensions of the "Plug_Ob" plugin object and stores the width and height values in the "plug_size" table. The dimensions can be accessed by referencing plug_size.Width and plug_size.Height.

See also:  Related Actions