#include <CDM.h>
CDM_AttributeValue CDM_CreateAttributeValue(int Type, char *Value);
Type: Attribute's Type (int)Value: Attribute's Value (char *)
CDM_AttributeValue CDM_CreateAttributeValue(int Type, Tcl_Obj *Value);
Type: Attribute's Type (int)Value: Attribute's Value (Tcl_Obj *)
Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.