DG Kernel (ActiveX) Documentation


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


IContext_DG Interface

GetParamCount
GetInt
SetInt
GetDouble
SetDouble
GetBool
SetBool
GetString
SetString
Get
Set
GetColor
SetColor

int GetParamCount(ContextParamType_DG type)


int GetInt(int id)


void SetInt(int id, int val)


double GetDouble(int id)


void SetDouble(int id, double val)


bool GetBool(int id)


void SetBool(int id, bool val)


String GetString(int id)


void SetString(int id, String val)


Object Get(int id)


void Set(int id, Object param)


Color GetColor(int id)


void SetColor(int id, Color color)