Function tip_GetAssociatedInfo


Prototype: tip_GetAssociatedInfo(Collection);
Arguments:

Collection: A Collection object. (CDM_Collection)

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

Description:

This function returns the Tcl object associated by the user to this Collection object.

Return Value:

This function returns a Tcl object if a Tcl object has already been associated with this Collection object. Otherwise, an error message prompts. *

Notes:

Note that this information is not saved when a Collection is saved. It exists only while the Collection is open, and is different for each Collection instance, even if more than one Collection instances have been created from a single Collection image on the disk.

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

See Also:

tip_SetAssociatedInfo, tip_Free, Tcl_DecrRefCount, Tcl_IncrRefCount


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