DG Kernel (ActiveX) Documentation


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


IMapUnkn_DG Interface

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

A standalone map can be created via IObjectGenerator_DG.Create("IMapUnkn_DG") > IMapUnkn_DG query.

GetCount
IsEmpty
IsIn
GetAt
SetAt
RemoveAt
Clear
CurrentKey
CurrentValue
MoveNext
ResetCurrentPosition
CloneRef

int GetCount()


bool IsEmpty()


bool IsIn(Object key)


Object GetAt(Object key)


void SetAt(Object key, Object iValue)


void RemoveAt(Object key)


void Clear()


IUnknown CurrentKey()

Returns the current key. Used for iterating the map


IUnknown CurrentValue()

Returns the current key. Used for iterating the map


bool MoveNext()

Advances the current position to the next pair in the map


void ResetCurrentPosition()

Sets the current position to the first pair in the map


IMapUnkn_DG CloneRef()

Creates a shallow copy of this