Click or drag to resize

MountSide Enumeration

An enumeration representing the sides of a PCB to which electronic and mechanical components are mounted.

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 MountSide
Members
  Member nameValueDescription
Undefined0 The mount side of the component is not known.
Top1 The component is mounted to the top surface (B surface) of the PCB.
Bottom2 The component is mounted to the bottom surface (A surface) of the PCB.
See Also