Hide menu
Loading...
Searching...
No Matches
cadex.DFMSheetMetal_SheetSizeStandardSizeList Class Reference

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)
 

Detailed Description

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().

See also
DFMSheetMetal_SheetSize

Constructor & Destructor Documentation

◆ DFMSheetMetal_SheetSizeStandardSizeList()

cadex.DFMSheetMetal_SheetSizeStandardSizeList.DFMSheetMetal_SheetSizeStandardSizeList ( )
inline

Constructor.

Creates an empty list.

Member Function Documentation

◆ StandartSize()

cadex.DFMSheetMetal_SheetSize cadex.DFMSheetMetal_SheetSizeStandardSizeList.StandartSize ( uint theIndex)
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.

See also
Size()

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.

See also
Size()