|
|
The return value will be of type char* and will be owned by CDM. As a result the user must not free or modify the returned value.
Note that the return value will be invalidated if the user either
destroy the Annotation or change its type.
The return value of this function will be a string (of type char *),
representing the type of the specified Annotation object.
In case of an error, NULL will be returned and an error will be left at
the current active interpreter (CDM_Interp). Return Value:
Note that the returned value is owned by CDM:
the user must not modify the contents or free the returned value.
Note that the return value will be invalidated if the user either
destroy the Annotation or change its type. If this value has to be kept
for prolonged period of time, the caller should create a copy of the
returned value with CDM_StrCpy or equivalent. Notes:
This function is equivelant to tip_GetType (Tcl API).
CDM_GetTypeObj, CDM_StrCpy, tip_GetType
See Also:
Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.