To properly display this page you need a browser with JavaScript support.
The IDesign Interface contains information pertaining to the design as a whole. This interface represents the main document inside of which all design information exists.
Methods
Assigns an ID to an eXpress entity that is passed in.
Using ID to retrieve an Object for the Design
Opens an eXpress Design (.exd)
Returns XML data containing requested information about the Design
Returns the left, top, right, and bottom bound values.
Returns the
Properties
Returns the IAttrCollection interface of the Design
Returns the Design Description
Returns the IFailEffectCollection interface for the Design
Returns the IFailModeCollection interface for the Design
Returns the INetCollection interface for the Design
Returns the IObjectCollection interface for the Design
Returns the IRevisionList of the Design
Returns the IStudyCollection interface of the Design
Returns the ITestSetCollection interface of the Design
Remarks
Many properties return interfaces that allow further design access through additional methods.
See Also