Defines a list of sheet sizes. More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| DFMSheetMetal_SheetSizeStandardSizeList (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| DFMSheetMetal_SheetSizeStandardSizeList () | |
| Constructor. | |
| void | Append (cadex.DFMSheetMetal_SheetSize theSMSize) |
| Adds a sheet size to the list. | |
| cadex.DFMSheetMetal_SheetSize | StandartSize (uint theIndex) |
| Access specified element. | |
| cadex.DFMSheetMetal_SheetSize | Access (uint theIndex) |
| uint | Size () |
| Returns the number of elements in the list. | |
| bool | IsEmpty () |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Defines a list of sheet sizes.
Sheet size can be added using Append() and retrieved using StandartSize() or operator[]. The number of added sheet sizes can be retrieved by Size().
|
inline |
Constructor.
Creates an empty list.
|
inline |
Access specified element.
Returns a reference to the sheet size at specified location pos.
theIndex must be in the range [0, Size()-1]. Otherwise the result is undefined.
Access specified element.
Returns the sheet size at specified location pos.
theIndex must be in the range [0, Size()-1]. Otherwise the result is undefined.