Determining the Object ID in Maxwell

You can determine the Object ID in Maxwell as follows:

  1. Click Tools > Open Command Window.
  2. In the IronPython Command Window, query the object ID by its name.

    For example:

    You can use oEditor.GetNumObjects() to find the total number of objects; and then use oEditor.GetNumObjects(i)to return the name of ith object.

Related Topics 

Sample Input.txt File Format