Determining the Object ID in Maxwell
You can determine the Object ID in Maxwell as follows:
- Click Tools > Open Command Window.
- 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 useoEditor.GetNumObjects(i)to return the name of ith object.