DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Collapse ModelsModels
Collapse DG Kernel ControlDG Kernel Control
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation Links Go to ActiveX docs Search Documentation


IMapUnkn_DG Interface

Map IUnk -> IUnk. The map contains entities (map[IEntity_DG]) is an IEntity_DG) only in this release

A standalone map can be created with a IObjectGenerator_DG.Create<IMapUnkn_DG>() call.

Properties

int Count { get; }

Methods

IsEmpty
IsIn
GetAt
SetAt
RemoveAt
Clear
GetEnumerator

bool IsEmpty()


boolbool IsIn(IUnk key)


IUnk GetAt(IUnk key)


void SetAt(IUnk key, IUnk iValue)


void RemoveAt(IUnk key)


void Clear()


IEnumerator GetEnumerator()