Click or drag to resize

ComponentDesignator Class

Represents and identifies a particular component (instance of a part) on a production unit, or a particular aspect of a particular component, such as an individual pin of an electronic component.
Inheritance Hierarchy
SystemObject
  CFX.StructuresComponentDesignator
    CFX.Structures.PressInsertionConnector

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ComponentDesignator

The ComponentDesignator type exposes the following members.

Constructors
 NameDescription
Public methodComponentDesignator Default constructor
Top
Properties
 NameDescription
Public propertyPartNumber The internal part number of the designated component.
Public propertyReferenceDesignator A dot (".") and comma (",") delimeted string identifying a particular component on a production unit. Examples: C34 U2.11 (component U2, Pin 11) U2.1-45 (component U2, Pins 1 to 45) U2.1,2 (component U2, Pins 1 and 2)
Public propertyUnitPosition Identifies the related production unit
Top
See Also