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


IMapUint64_DG Interface

Map Uint64 -> Uint64

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

Properties

int Count { get; }

Methods

IsEmpty
SetAt
Lookup
RemoveKey
Clear
CurrentKey
CurrentValue
MoveNext
ResetCurrentPosition

bool IsEmpty()


void SetAt(UInt64 key, UInt64 value)


bool Lookup(UInt64 key, UInt64 value)


bool RemoveKey(UInt64 key)


void Clear()


UInt64 CurrentKey()


UInt64 CurrentValue()


bool MoveNext()


void ResetCurrentPosition()