Function tip_GetOwner


Prototype: tip_GetOwner(Collection);
Arguments:

Collection: A Collection object. (CDM_Collection)

C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function will return the Owner of the specified Collection. Its value is not of great importance, and usually defaults to the value "CDM". The returned value will be encoded using the UTF-8 encoding (thus enabling the existance of non Latin characters in the value).

The return value will be of type string.

Return Value:

This function returns a UTF-8 string that represents the Owner of the specified Collection.

If an error occurs, then an error message will prompt. *

Notes:

This function is equivelant to CDM_GetOwner (C++ API).

See Also:

tip_SetOwner


Generated by: petasis@aias on Wed Aug 16 10:31:45 PM EEST 2006.