The following table includes summary information for each object you can access in Xpedition Designer Automation. To view the full description for a specific object, click the Object name.
Object |
Description |
|---|---|
| AddinInfo Object | The AddinInfo object defines the characteristics necessary to load an addin into the application. |
| Application Object | The Application object represents Xpedition Designer application itself. Generally, it is the starting point for working with the automation capabilities of the application. |
| Arc Object | This object represents the Xpedition Designer arc graphical object. |
| Attribute Object | This object represents an attribute of an object (a net, component, block, or other object) on a schematic. |
| Block Object | This object represents a single sheet of a schematic or symbol. |
| Box Object | The Box is a graphical object in Xpedition Designer. |
| CColor Object | The CColor object represents a color in RGB format. |
| Circle Object | This object represents a graphical circle on a schematic. |
| CommandsManager Object | The CommandsManager object allows the user to perform command-related actions: (un)register, execute, enable/disable commands). |
| Component Object | This object represents a component placed on a schematic. |
| ComponentPin Object | This object represents a pin associated with a component on a schematic. |
| Connection Object | A connection object represents a component-to-net, net-to-bus, or bus-to-bus connection on a schematic. |
| HDLSourceDocument Object | This object represents an HDL source file document that has been opened in Xpedition Designer. |
| Label Object | The label object represents the label of an object in Xpedition Designer. |
| Line Object | The Line Object represents a graphical line in a schematic. |
| Net Object | This object represents a net or bus on a schematic. |
| PDBPartitions Object | This object allows the user to manipulate PDB partitions data in a Xpedition Designer project file. |
| Pin Object | This object represents a symbol pin on a schematic. |
| Point Object | This object represents a point on a schematic specified by its X,Y coordinates. |
| ProjectData Object | ProjectData is an automation object which allows managing data stored in Xpedition Designer project file and provides some basic file-related information. |
| Rect Object | This object represents a graphic rectangle on a schematic, specified by its coordinates. |
| Ripper Object | This object represents a bus ripper on a schematic. |
| SchematicSheetDocument Object | This object represents one sheet of a schematic. |
| Segment Object | This object represents a portion of a net or bus on a schematic. |
| SymbolPartitions Object | This object allows you to manipulate symbol partitions data in a project file. |
| Text Object | This object represents text on a Schematic. |
| View Object | This object encapsulates the graphics display of a document (either a schematic or a symbol). |
| Viewport Object | The Viewport object encapsulates the Xpedition Designer graphics interface. Using the methods and properties associated with this object allows you to draw graphics onto a View. |