COM Interface: ISchPin
This class provides access to the pin or bus object in the schematic sheet.
Members
Properties
Property | Description |
---|---|
long BitCount {get} | Returns the bit count for the pin. |
long BitNumber {get} | Returns the order of this pin in the bundle. If this pin is not bundled, then the command fails. |
ISchPin Bundle {get} | Returns the parent pin that bundles this pin. |
VARIANT_BOOL Bundled {get} | If the pin is bundled, then the value "true" is returned. |
ISchPins BundledPins {get} | Returns a list of pins that are bundled with the pin. |
ISchComponent Component {get} | Returns the component that contains this pin. |
long CoodinateX {get} | Returns the X coordinate of the pin's position. |
long CoodinateY {get} | Returns the Y coordinate of the pin's position. |
long ID {get} | Returns the ID of the pin. |
BSTR Label {get} | Returns the label of the pin. |
long Number {get} | Returns the number of the pin. |
ISchProperties Properties {get} | Returns the collection of properties for the pin. |
BSTR Type {get} | Returns the type of the pin. |
BSTR ObjectId {get} | Returns the object ID of the pin. |