InterfaceObject Interface

Basic interface for other object types.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface InterfaceObject : IBoundableD
Implements
IBoundableD

Properties

IsSelected Is the object selected?
ObjectColor Get or set the object color.
Tag Space to add optional objects.
Type The Objecttype.

Methods

GetAttributes The Attributes of the Object
GetBoundsD
(Inherited from IBoundableD)
GetOutlineD Creates a list of all elements building the outline.
GetPolygonOutline Creates outline as IPolyClass.
GetSpecificsD the specifics of the Object
ObjectColorTemporary Set the component color temporary, whitout event for need save changes. Caution: If you save while the object exists is the color added!
ResetColor Resets the set color
Select Select the object respectively deselect the object.
SetSpecifics(InterfaceObjectSpecificsD) Set the specific values of the object
SetSpecifics(IObjectSpecifics) Set the specific values of the object
SetSpecifics(IObjectSpecificsD) Set the specific values of the object

See Also