Hello everyone, Is there any way to get the information stored in an
element's "ID and Properties" field via Python's API? I tried treating
it as any other property and accessing it via either
GetBuiltInPropertyId() or GetUserDefinedPropertyId(), but...