DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > API Reference > Model > Entities > Items > IItemArray_DG Go to DGKC docs Search Documentation


IItemArray_DG Interface

GetCount
GetAt
SetAt
Add
AddNew
InsertAt
Find
RemoveAt
RemoveAll
RemoveItem
RemoveAllEx

int GetCount()


IModelItem_DG GetAt(int index)


void SetAt(int index, IModelItem_DG item)


void Add(IModelItem_DG item)


void AddNew(int type, IModelItem_DG item)


void InsertAt(int indexAt, IModelItem_DG item)


int Find(IModelItem_DG item)


void RemoveAt(int index)


void RemoveAll()


void RemoveItem(IModelItem_DG item)


void RemoveAllEx(IDictionary_DG filter)