IExpressEntityThe IExpressEntity is a root level entity that is inherited by nearly all eXpress entities. It is used for ID storage and parent searching.
Methods
Properties
RemarksNearly all design entities support the IExpressEntity interface. This interface is where the entity's ID is held, and is also used for navigating through the design structure by performing what we'll called "Parent Searching". Every eXpress entity has a relationship with other entities, and eXpress exposes this relationship through this interface. For example, an Object's parent is the design, while a Port's parent is an Object.
Parent searches can be performed in one of two ways:
See Also |