DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ComponentsDG Kernel Components
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Collapse ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > API Reference > Model > Items > IItemArray_DG 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)