Schematic Editor Data Objects

This section contains the alphabetical listing of Xpedition Designer Automation Objects.

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.

Table 1. Xpedition Designer Objects

Object

Description

AddinInfo ObjectThe AddinInfo object defines the characteristics necessary to load an addin into the application.
Application ObjectThe Application object represents Xpedition Designer application itself. Generally, it is the starting point for working with the automation capabilities of the application.
Arc ObjectThis object represents the Xpedition Designer arc graphical object.
Attribute ObjectThis object represents an attribute of an object (a net, component, block, or other object) on a schematic.
Block ObjectThis object represents a single sheet of a schematic or symbol.
Box ObjectThe Box is a graphical object in Xpedition Designer.
CColor ObjectThe CColor object represents a color in RGB format.
Circle ObjectThis object represents a graphical circle on a schematic.
CommandsManager ObjectThe CommandsManager object allows the user to perform command-related actions: (un)register, execute, enable/disable commands).
Component ObjectThis object represents a component placed on a schematic.
ComponentPin ObjectThis object represents a pin associated with a component on a schematic.
Connection ObjectA connection object represents a component-to-net, net-to-bus, or bus-to-bus connection on a schematic.
HDLSourceDocument ObjectThis object represents an HDL source file document that has been opened in Xpedition Designer.
Label ObjectThe label object represents the label of an object in Xpedition Designer.
Line ObjectThe Line Object represents a graphical line in a schematic.
Net ObjectThis object represents a net or bus on a schematic.
PDBPartitions ObjectThis object allows the user to manipulate PDB partitions data in a Xpedition Designer project file.
Pin ObjectThis object represents a symbol pin on a schematic.
Point ObjectThis object represents a point on a schematic specified by its X,Y coordinates.
ProjectData ObjectProjectData is an automation object which allows managing data stored in Xpedition Designer project file and provides some basic file-related information.
Rect ObjectThis object represents a graphic rectangle on a schematic, specified by its coordinates.
Ripper ObjectThis object represents a bus ripper on a schematic.
SchematicSheetDocument ObjectThis object represents one sheet of a schematic.
Segment ObjectThis object represents a portion of a net or bus on a schematic.
SymbolPartitions ObjectThis object allows you to manipulate symbol partitions data in a project file.
Text ObjectThis object represents text on a Schematic.
View ObjectThis object encapsulates the graphics display of a document (either a schematic or a symbol).
Viewport ObjectThe 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.