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


IMapUint64_DG Interface

Map Uint64 -> Uint64

A standalone map can be created with a IObjectGenerator_DG.Create("IMapUint64_DG") call.

GetCount
IsEmpty
SetAt
Lookup
RemoveKey
Clear
CurrentKey
CurrentValue
MoveNext
ResetCurrentPosition

int GetCount()


bool IsEmpty()


void SetAt(POSN key, POSN value)


bool Lookup(POSN key, POSN value)


bool RemoveKey(POSN key)


void Clear()


POSN CurrentKey()


POSN CurrentValue()


bool MoveNext()


void ResetCurrentPosition()