You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In code, you can access the interfaces of objects with built-in interfaces with dot-notation:
eg:
myAA = {myKey: "value"}
print myAA.ifAssociativeArray.keys()[0] ' prints "myKey"
So for roSGNode, it should have members:
ifAssociativeArray as ifAssociativeArray
ifSGNodeChildren as ifSGNodeChildren
ifSGNodeField as ifSGNodeField
ifSGNodeDict as ifSGNodeDict
ifSGNodeFocus as ifSGNodeFocus
ifSGNodeBoundingRect as ifSGNodeBoundingRect
ifSGNodeHttpAgentAccess as ifSGNodeHttpAgentAccess
and so on...
The text was updated successfully, but these errors were encountered:
In code, you can access the interfaces of objects with built-in interfaces with dot-notation:
eg:
So for roSGNode, it should have members:
and so on...
The text was updated successfully, but these errors were encountered: