MPNPackageData Class

MPN Package Data contains manufacturer

Definition

Namespace: PCBI
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
[SerializableAttribute]
public class MPNPackageData
Inheritance
Object    MPNPackageData

Constructors

MPNPackageData Create instance of mpn package data
MPNPackageData(String, String, Double, Int32) Create instance of mpn package data

Properties

LastChangeDate Last change date of this mpn package data
ODBPackageString ODB package string describes the outline

Methods

Clone Clone this package
Draw draw an image of this mpn package data.
GetBodyBounds Body bounds of the package or empty if no package is available.
HasPackageData Did this mpn package data has package description?
ToString mpn as string
(Overrides ObjectToString)

Fields

HeightMils Part height in mils
MPN Manufacturer Part Number
PolarityMarker If available the polarity marker pin with 1 based index

Extension Methods

See Also