Input.GetProperties

table Input.GetProperties ( 

string ObjectName )

Example 1

tProperties = Input.GetProperties("Input1");

Gets the properties from the input object 'Input1' and stores them in table 'tProperties'.

See also:  Related Actions