Object Methods

Methods are a form of immediate command. When executed, they carry out a function related to the object and return a value. Object methods use the following syntax:

objName.Method(arguments)

 

Note: You can return a list of available object methods to the Script Window by typing the following:
objName.()= <ENTER>