DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
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
Support
Skip Navigation LinksHome Page > API Reference > Model > Entities > Items > IItemArray_DG Go to ActiveX 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)