| 
 | 
 | 
 | 
| CalcSizeEnum Enumeration | 
Defines the method used to calculate the part's size.
Syntax CalcSizeEnum Enumeration (Softelvdm.Controls)
| VB | Public Enum CalcSizeEnum | 
| C# | public enum CalcSizeEnum | 
| C++ | public enum class CalcSizeEnum | 
| Member | Value | Description | 
| Exact | 0 | Calculate the exact size of the part. If possible, the maximum area (r) of the CalcSize method should be honored. This is used by a part to call its own CalcSize method. | 
| BestFit | 1 | Calculate the exact size of the part. If possible, the maximum area (r) of the CalcSize method should be honored. This is used by the internal PartsRenderingClass.CalcSize method. | 
| LargestSize | 2 | Calculate the exact size of the part. If possible, the maximum area (r) of the CalcSize method should be honored. This is used by the internal PartsRenderingClass.StrategyRoutine method. | 
| LargestSize2 | 3 | Calculate the exact size of the part. If possible, the maximum area (r) of the CalcSize method should be honored.
             | 
Comments
The CalcSizeEnum enumeration defines the method used to calculate the part's size.
Version Information
Supported in version 1.0.
   Products Table