MountTechnologyType Enumeration |
An enumerated value indicating mounting technology for electronic parts (SMT, Through-Hole, etc.).
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic enum MountTechnologyType
Public Enumeration MountTechnologyType
public enum class MountTechnologyType
Members
| Member name | Value | Description |
---|
| None | 0 |
Unknown or Undefined Type.
|
| Through_Hole | 1 |
The part will be inserted on to PCB's using through hole technology.
|
| SMT | 2 |
The part will be place on to PCB's using surface mount technology.
|
See Also