DG Kernel (ActiveX) Documentation


Skip Navigation Links.
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)