AggregateLocation Enumeration | 
** NOTE: ADDED in CFX 2.0 **
            An enumeration indicating different types of stages that might exist at an endpoint. 
            
 Namespace: CFX.Structures.SolderWaveAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum AggregateLocation
Public Enumeration AggregateLocation
Members| Member name | Value | Description | 
|---|
| WholeAggregate | 0 | 
            Top and bottom of the aggregate.
             | 
| Top | 1 | 
            Only the top of the aggregate.
             | 
| Bottom | 2 | 
            Only the bottom of the aggregate.
             | 
See Also