Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public enum MountTechnologyType
Members
  Member nameValueDescription
None0 Unknown or Undefined Type.
Through_Hole1 The part will be inserted on to PCB's using through hole technology.
SMT2 The part will be place on to PCB's using surface mount technology.
See Also