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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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